Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EF041171A for ; Tue, 15 Jul 2014 14:42:23 +0000 (UTC) Received: (qmail 74375 invoked by uid 500); 15 Jul 2014 14:42:23 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 74291 invoked by uid 500); 15 Jul 2014 14:42:23 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 74213 invoked by uid 99); 15 Jul 2014 14:42:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 14:42:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EEF0C94D931; Tue, 15 Jul 2014 14:42:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joyce@apache.org To: commits@climate.apache.org Date: Tue, 15 Jul 2014 14:42:24 -0000 Message-Id: In-Reply-To: <5e4bdbc52d084e9a8c37f862388e33af@git.apache.org> References: <5e4bdbc52d084e9a8c37f862388e33af@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/6] git commit: CLIMATE-491 - Add public domain notice to plotter.TaylorDiagram 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 Authored: Tue Jul 15 07:37:31 2014 -0700 Committer: Michael Joyce 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='_'):