Thanks to visit codestin.com Credit goes to github.com
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 f68f903 commit e113affCopy full SHA for e113aff
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