--- UserCode/OSUT3Analysis/Configuration/scripts/makeSinglePlot.py 2013/03/13 09:27:11 1.3 +++ UserCode/OSUT3Analysis/Configuration/scripts/makeSinglePlot.py 2013/03/13 10:29:08 1.4 @@ -22,9 +22,9 @@ parser = OptionParser() parser = set_commandline_arguments(parser) -parser.add_argument("--hist", action="store_true", dest="plot_hist", default=False, +parser.add_option("--hist", action="store_true", dest="plot_hist", default=False, help="plot as hollow histograms instead of error bar crosses") -parser.add_argument("--line-width", dest="line_width", +parser.add_option("--line-width", dest="line_width", help="set line width (default is 2)")