File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ the kwarg is None which internally sets it to the 'auto' string,
141
141
triggering a new algorithm for adjusting the maximum according
142
142
to the axis length relative to the ticklabel font size.
143
143
144
- `matplotlib.ticker.LogFormatter ` gains minor_thresholds kwarg
145
- -------------------------------------------------------------
144
+ `matplotlib.ticker.LogFormatter `: two new kwargs
145
+ ------------------------------------------------
146
146
147
147
Previously, minor ticks on log-scaled axes were not labeled by
148
148
default. An algorithm has been added to the
@@ -151,6 +151,9 @@ ticks between integer powers of the base. The algorithm uses
151
151
two parameters supplied in a kwarg tuple named 'minor_thresholds'.
152
152
See the docstring for further explanation.
153
153
154
+ To improve support for axes using `~matplotlib.ticker.SymmetricLogLocator `,
155
+ a 'linthresh' kwarg was added.
156
+
154
157
155
158
New defaults for 3D quiver function in mpl_toolkits.mplot3d.axes3d.py
156
159
---------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments