Skip to content

Commit 73b7904

Browse files
committed
logitscale: documentation reformulation and typo in LogitFormatter
1 parent 4e6b752 commit 73b7904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/ticker.py

+2-2
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)