8000 REV: remove default formatter on log minor ticks · matplotlib/matplotlib@3a03595 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a03595

Browse files
committed
REV: remove default formatter on log minor ticks
Reverts part of #5161 original commit merged to master as 947e6eb the merge was backported to v2.x as fb45c4a
1 parent aeed94b commit 3a03595

File tree

4 files changed

+70
-158
lines changed

4 files changed

+70
-158
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def set_default_locators_and_formatters(self, axis):
306306
axis.set_major_locator(LogLocator(self.base))
307307
axis.set_major_formatter(LogFormatterSciNotation(self.base))
308308
axis.set_minor_locator(LogLocator(self.base, self.subs))
309-
axis.set_minor_formatter(LogFormatterSciNotation(self.base))
309+
axis.set_minor_formatter(NullFormatter())
310310

311311
def get_transform(self):
312312
"""
Binary file not shown.
Loading

0 commit comments

Comments
 (0)
0