[Rivet-svn] rivet: make-pgfplots change error band default

Rivet Mercurial rivet at projects.hepforge.org
Sun Jun 24 20:45:01 BST 2018


details:   https://rivet.hepforge.org/hg/rivet/rev/f5e2a09a414c
branches:  release-2-6-x
changeset: 6349:f5e2a09a414c
user:      Christian Gutschow <chris.g at cern.ch>
date:      Sun Jun 24 20:43:34 2018 +0100
description:
make-pgfplots change error band default

diffs (11 lines):

--- a/bin/make-pgfplots	Sat Jun 23 12:54:54 2018 +0100
+++ b/bin/make-pgfplots	Sun Jun 24 20:43:34 2018 +0100
@@ -1622,7 +1622,7 @@
         return bool(int(self.props.get("ErrorBands", "0")))
 
     def getErrorBandColor(self):
-        return self.getColor(self.props.get("ErrorBandColor", "yellow"))
+        return self.getColor(self.props.get("ErrorBandColor", self.getLineColor()))
 
     def getErrorBandStyle(self):
         return self.props.get("ErrorBandStyle", "solid")


More information about the Rivet-svn mailing list