We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9371de commit 886d12fCopy full SHA for 886d12f
1 file changed
bin/hist
@@ -29,6 +29,8 @@ if __name__=="__main__":
29
if opts.f is None:
30
if len(args) > 0:
31
opts.f = args[0]
32
+ else:
33
+ opts.f = sys.stdin.readlines()
34
35
if opts.f:
36
plot_hist(opts.f, opts.h, opts.b, opts.p, opts.colour, opts.t, opts.x, opts.nosummary)
0 commit comments