Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3be57e

Browse filesBrowse 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
Copy full SHA for e3be57e

File tree

Expand file treeCollapse file tree

4 files changed

+70
-158
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+70
-158
lines changed

‎lib/matplotlib/scale.py

Copy file name to clipboardExpand all lines: lib/matplotlib/scale.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.