File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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,
141141triggering a new algorithm for adjusting the maximum according
142142to 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
147147Previously, minor ticks on log-scaled axes were not labeled by
148148default. An algorithm has been added to the
@@ -151,6 +151,9 @@ ticks between integer powers of the base. The algorithm uses
151151two parameters supplied in a kwarg tuple named 'minor_thresholds'.
152152See the docstring for further explanation.
153153
154+ To improve support for axes using `~matplotlib.ticker.SymmetricLogLocator `,
155+ a 'linthresh' kwarg was added.
156+
154157
155158New defaults for 3D quiver function in mpl_toolkits.mplot3d.axes3d.py
156159---------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments