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

Skip to content

Commit 09a78d5

Browse files
committed
Merge branch 'v2.x'
2 parents 32eb2c5 + d5af573 commit 09a78d5

File tree

5 files changed

+71
-159
lines changed

5 files changed

+71
-159
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)