You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#7590.
Classic style, with no minor tick labeling on a log axis,
is supported via rcParams['_internal.classic']
LogFormatter changes are documented in api_changes and
dflt_style_changes.
An implicit boolean is made explicit in scale.py.
A LogFormatter attribute that was sometimes, but not always,
set by set_locs, but used only in __call__, is replaced by
a local variable calculated in __call__. (set_locs doesn't
have to be called prior to __call__, so this would have been
a bug even if the attribute were always calculated by set_locs.)
0 commit comments