8000 Update lib/matplotlib/ticker.py · matplotlib/matplotlib@a400015 · GitHub
[go: up one dir, main page]

Skip to content

Commit a400015

Browse files
oscargusstory645
andauthored
Update lib/matplotlib/ticker.py
Co-authored-by: hannah <story645@gmail.com>
1 parent e83dd4c commit a400015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ def tick_values(self, vmin, vmax):
17081708
class FixedLocator(Locator):
17091709
"""
17101710
Tick locations are fixed at *locs*. If *nbins* is not None,
1711-
the array *locs* of possible positions will be subsampled to
1711+
the *locs* array of possible positions will be subsampled to
17121712
keep the number of ticks <= *nbins* +1.
17131713
The subsampling will be done to include the smallest
17141714
absolute value; for example, if zero is included in the

0 commit comments

Comments
 (0)
0