8000 Say large number of bins is 1000 · matplotlib/matplotlib@9916031 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9916031

Browse files
Say large number of bins is 1000
Response to comment, 1000 bins is detectably interactively, don't want to suggest 10,000 bins is a usual use case
1 parent 9804767 commit 9916031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6542,7 +6542,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
65426542
65436543
Notes
65446544
-----
6545-
- For large numbers of bins (>10,000), 'step' and 'stepfilled' can be
6545+
- For large numbers of bins (>1000), 'step' and 'stepfilled' can be
65466546
significantly faster than 'bar' and 'barstacked'.
65476547
65486548
"""

0 commit comments

Comments
 (0)
0