Skip to content

Commit d9371de

Browse files
committed
updated hist
1 parent 649f58d commit d9371de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/hist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ if __name__=="__main__":
3030
if len(args) > 0:
3131
opts.f = args[0]
3232

33-
if opts.demo:
34-
run_demo()
35-
elif opts.f:
33+
if opts.f:
3634
plot_hist(opts.f, opts.h, opts.b, opts.p, opts.colour, opts.t, opts.x, opts.nosummary)
3735
else:
3836
print "nothing to plot!"

0 commit comments

Comments
 (0)