# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |