Skip to content

Commit 46a3cdd

Browse files
committed
Update README; related #1311
1 parent 6172d64 commit 46a3cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,7 @@ The **thresholds** option may be specified as a named method or a variety of oth
24322432
* *scott* - [Scott’s normal reference rule](https://en.wikipedia.org/wiki/Histogram#Scott.27s_normal_reference_rule)
24332433
* *sturges* - [Sturges’ formula](https://en.wikipedia.org/wiki/Histogram#Sturges.27_formula)
24342434
* a count (hint) representing the desired number of bins
2435-
* an array of *n* threshold values for *n* + 1 bins
2435+
* an array of *n* threshold values for *n* - 1 bins
24362436
* an interval or time interval (for temporal binning; see below)
24372437
* a function that returns an array, count, or time interval
24382438

0 commit comments

Comments
 (0)