Skip to content

Commit a8e7575

Browse files
committed
api_changes: add note about LogFormatter linthresh kwarg.
1 parent 8bdabcd commit a8e7575

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/api_changes.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ the kwarg is None which internally sets it to the 'auto' string,
141141
triggering a new algorithm for adjusting the maximum according
142142
to the axis length relative to the ticklabel font size.
143143

144-
`matplotlib.ticker.LogFormatter` gains minor_thresholds kwarg
145-
-------------------------------------------------------------
144+
`matplotlib.ticker.LogFormatter`: two new kwargs
145+
------------------------------------------------
146146

147147
Previously, minor ticks on log-scaled axes were not labeled by
148148
default. An algorithm has been added to the
@@ -151,6 +151,9 @@ ticks between integer powers of the base. The algorithm uses
151151
two parameters supplied in a kwarg tuple named 'minor_thresholds'.
152152
See the docstring for further explanation.
153153

154+
To improve support for axes using `~matplotlib.ticker.SymmetricLogLocator`,
155+
a 'linthresh' kwarg was added.
156+
154157

155158
New defaults for 3D quiver function in mpl_toolkits.mplot3d.axes3d.py
156159
---------------------------------------------------------------------

0 commit comments

Comments
 (0)