We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6b752 commit 73b7904Copy full SHA for 73b7904
lib/matplotlib/ticker.py
@@ -1193,8 +1193,8 @@ def __init__(
1193
minor : bool, default: False
1194
Indicate if the formatter is formatting minor ticks or not.
1195
Basically minor ticks are not labelled, except when only few ticks
1196
- are provided, the most espaced ticks are labelled. See others
1197
- parameters to change the default behavior.
+ are provided, ticks with most space with neighbor ticks are
+ labelled. See other parameters to change the default behavior.
1198
1199
minor_threshold : int, default: 25
1200
Maximum number of locs for labelling some minor ticks. This
0 commit comments