fix hist for uneven
This commit is contained in:
parent
9472c0c5e5
commit
39d86f8461
@ -424,7 +424,8 @@ end
|
||||
edges, counts = my_hist(y, d[:bins],
|
||||
normed = d[:normalize],
|
||||
weights = d[:weights])
|
||||
x := edges
|
||||
bar_width := diff(edges)
|
||||
x := centers(edges)
|
||||
y := counts
|
||||
seriestype := :bar
|
||||
()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user