|
[Rivet-svn] r2838 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Dec 8 14:37:25 GMT 2010
Author: hoeth Date: Wed Dec 8 14:37:25 2010 New Revision: 2838 Log: use bezier instead of splines for the smooth line option in make-plots Modified: trunk/bin/make-plots Modified: trunk/bin/make-plots ============================================================================== --- trunk/bin/make-plots Wed Dec 8 14:13:46 2010 (r2837) +++ trunk/bin/make-plots Wed Dec 8 14:37:25 2010 (r2838) @@ -1175,7 +1175,7 @@ + coors.strphys2frameX(self.data[i]['UpEdge']) + ', ' \ + coors.strphys2frameY(self.data[i]['Content']+self.data[i]['Error'][1]) + ')\n') if self.getSmoothLine(): - out += ('\pscurve') + out += ('\psbezier') else: out += ('\psline') if (self.getFillStyle() != 'none'): # make sure that filled areas go all the way down to the x-axis
More information about the Rivet-svn mailing list |