Tweak histograms and output
This commit is contained in:
@@ -15,7 +15,6 @@ for datafilename in args.filenames:
|
||||
x = [line[0] for line in data]
|
||||
y = [line[3] for line in data]
|
||||
fig.add_trace(go.Bar(x=x, y=y))
|
||||
|
||||
fig.show()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user