From 5a7a1642619419f439f84f5922180f13ac65053d Mon Sep 17 00:00:00 2001 From: Michael Joyce Date: Tue, 15 Jul 2014 07:37:31 -0700 Subject: [PATCH] CLIMATE-491 - Add public domain notice to plotter.TaylorDiagram --- ocw/plotter.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ocw/plotter.py b/ocw/plotter.py index f1370d17..45c560ae 100644 --- a/ocw/plotter.py +++ b/ocw/plotter.py @@ -769,6 +769,10 @@ class TaylorDiagram(object): Plot model standard deviation and correlation to reference (data) sample in a single-quadrant polar plot, with r=stddev and theta=arccos(correlation). + + This class was released as public domain by the original author + Yannick Copin. You can find the original Gist where it was + released at: https://gist.github.com/ycopin/3342888 """ def __init__(self, refstd, radmax=1.5, fig=None, rect=111, label='_'):