We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fa8a5 commit 3b20687Copy full SHA for 3b20687
lib/matplotlib/scale.py
@@ -687,7 +687,7 @@ def set_default_locators_and_formatters(self, axis):
687
axis.set_major_locator(LogitLocator())
688
axis.set_major_formatter(LogitFormatter())
689
axis.set_minor_locator(LogitLocator(minor=True))
690
- axis.set_minor_formatter(NullFormatter())
+ axis.set_minor_formatter(LogitFormatter(minor=True))
691
692
def limit_range_for_scale(self, vmin, vmax, minpos):
693
"""
0 commit comments