CLIMATE-491 - Add public domain notice to plotter.TaylorDiagram
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/5a7a1642 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/5a7a1642 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/5a7a1642 Branch: refs/heads/master Commit: 5a7a1642619419f439f84f5922180f13ac65053d Parents: 7061028 Author: Michael Joyce <[email protected]> Authored: Tue Jul 15 07:37:31 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Tue Jul 15 07:37:31 2014 -0700 ---------------------------------------------------------------------- ocw/plotter.py | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/5a7a1642/ocw/plotter.py ---------------------------------------------------------------------- diff --git a/ocw/plotter.py b/ocw/plotter.py index f1370d1..45c560a 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='_'):
