Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e113aff

Browse files
committed
logitscale: documentation reformulation and typo in LogitFormatter
1 parent f68f903 commit e113aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/ticker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,8 @@ def __init__(
11931193
minor : bool, default: False
11941194
Indicate if the formatter is formatting minor ticks or not.
11951195
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.
1196+
are provided, ticks with most space with neighbor ticks are
1197+
labelled. See other parameters to change the default behavior.
11981198
11991199
minor_threshold : int, default: 25
12001200
Maximum number of locs for labelling some minor ticks. This

0 commit comments

Comments
 (0)