ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makeSinglePlot.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makeSinglePlot.py (file contents):
Revision 1.6 by qpython, Wed Mar 13 13:43:09 2013 UTC vs.
Revision 1.7 by qpython, Wed Mar 13 15:59:05 2013 UTC

# Line 13 | Line 13 | from OSUT3Analysis.Configuration.process
13  
14  
15  
16
16   ##set default plotting options
17   line_width = 2
18   plotting_options = ""
# Line 131 | Line 130 | counter = 0
130   for Histogram in Histograms:
131      if counter is 0:
132          Histogram.SetMaximum(1.1*finalMax)
133 <        Histogram.SetMinimum(0)
133 >        Histogram.SetMinimum(0.1)
134          Histogram.Draw(plotting_options)
135          
136      else:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines