Skip to content

Commit 3b20687

Browse files
committed
logitscale: label some minor ticks
1 parent 18fa8a5 commit 3b20687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def set_default_locators_and_formatters(self, axis):
687687
axis.set_major_locator(LogitLocator())
688688
axis.set_major_formatter(LogitFormatter())
689689
axis.set_minor_locator(LogitLocator(minor=True))
690-
axis.set_minor_formatter(NullFormatter())
690+
axis.set_minor_formatter(LogitFormatter(minor=True))
691691

692692
def limit_range_for_scale(self, vmin, vmax, minpos):
693693
"""

0 commit comments

Comments
 (0)