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
nbinx doesn't directly set the number of bins but the maximum number of bins allowed by the autobin algorithm. The autobin algorithm attempts to keep the bin size nice.
The old plot.ly workspace got this right:
i.e. that Max # X bin row.
For fully custom bin sizes, you should use xbins.start, xbins.end, xbins.size.
Changing the issue accordingly.
etpinard
changed the title
Histograms aren't showing the correct number of bars
Histograms nbinsx and nbinsy descriptions are wrong
Jun 8, 2016
Example:
After setting the
nbinsx
parameter to 20, the number of bins showing is 15. Also tried with other values fornbinsx
, and results vary.https://jsfiddle.net/2k0q2yg8/
The text was updated successfully, but these errors were encountered: