You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah I guess 5000 can be a bit conservative in cases when the data is sparse and only a small subset of the bins are actually drawn. Also, it would be great if it was somehow visible if this limit is exceeded (and data is omitted). Maybe via a big last bin, containing all the remaining data?
When plotting histograms with very fine grained bins, some data will be ignored. See:
https://codepen.io/cnowzohour/pen/qmYmoM
vs
https://codepen.io/cnowzohour/pen/vmjmjM
Both histograms should show 10 bars, but the second one only shows 5 - the only difference being the bin size of 0.005 vs 0.001.
I realized this when visualizing timestamps over one day with a bin size of 10 seconds:
plotly/plotly.R#1001
The text was updated successfully, but these errors were encountered: