We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649f58d commit d9371deCopy full SHA for d9371de
1 file changed
bin/hist
@@ -30,9 +30,7 @@ if __name__=="__main__":
30
if len(args) > 0:
31
opts.f = args[0]
32
33
- if opts.demo:
34
- run_demo()
35
- elif opts.f:
+ if opts.f:
36
plot_hist(opts.f, opts.h, opts.b, opts.p, opts.colour, opts.t, opts.x, opts.nosummary)
37
else:
38
print "nothing to plot!"
0 commit comments