8000 Merge pull request #5333 from tacaswell/patch-2 · matplotlib/matplotlib@60ec100 · GitHub
[go: up one dir, main page]

Skip to content

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

8000
Appearance settings

Commit 60ec100

Browse files
committed
Merge pull request #5333 from tacaswell/patch-2
Patch 2
1 parent 9bd7365 commit 60ec100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,8 @@ def minorticks_on(self):
32223222
ax.set_minor_locator(mticker.LogLocator(s.base, s.subs))
32233223
elif scale == 'symlog':
32243224
s = ax._scale
3225-
ax.set_minor_locator(mticker.SymLogLocator(s.< 5345 span class=pl-c1>base, s.subs))
3225+
ax.set_minor_locator(
3226+
mticker.SymmetricalLogLocator(s.base, s.subs))
32263227
else:
32273228
ax.set_minor_locator(mticker.AutoMinorLocator())
32283229

0 commit comments

Comments
 (0)
0