Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3be57e

Browse files
authored
Merge pull request #7000 from tacaswell/api_revert_log_minor_tick_labels
REV: remove default formatter on log minor ticks
2 parents 7e8e62e + 3a03595 commit e3be57e

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.

0 commit comments

Comments
 (0)