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.3 by lantonel, Wed Mar 13 09:27:11 2013 UTC vs.
Revision 1.4 by lantonel, Wed Mar 13 10:29:08 2013 UTC

# Line 22 | Line 22 | parser = OptionParser()
22   parser = set_commandline_arguments(parser)
23  
24  
25 < parser.add_argument("--hist", action="store_true", dest="plot_hist", default=False,
25 > parser.add_option("--hist", action="store_true", dest="plot_hist", default=False,
26                    help="plot as hollow histograms instead of error bar crosses")
27 < parser.add_argument("--line-width", dest="line_width",
27 > parser.add_option("--line-width", dest="line_width",
28                    help="set line width (default is 2)")
29      
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines