We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6172d64 commit 46a3cddCopy full SHA for 46a3cdd
README.md
@@ -2432,7 +2432,7 @@ The **thresholds** option may be specified as a named method or a variety of oth
2432
* *scott* - [Scott’s normal reference rule](https://en.wikipedia.org/wiki/Histogram#Scott.27s_normal_reference_rule)
2433
* *sturges* - [Sturges’ formula](https://en.wikipedia.org/wiki/Histogram#Sturges.27_formula)
2434
* a count (hint) representing the desired number of bins
2435
-* an array of *n* threshold values for *n* + 1 bins
+* an array of *n* threshold values for *n* - 1 bins
2436
* an interval or time interval (for temporal binning; see below)
2437
* a function that returns an array, count, or time interval
2438
0 commit comments