Thanks to visit codestin.com Credit goes to github.com
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 8000e2f commit 0b3f63cCopy full SHA for 0b3f63c
1 file changed
lib/matplotlib/axes/_base.py
@@ -3222,7 +3222,7 @@ def minorticks_on(self):
3222
ax.set_minor_locator(mticker.LogLocator(s.base, s.subs))
3223
elif scale == 'symlog':
3224
s = ax._scale
3225
- ax.set_minor_locator(mticker.SymLogLocator(s.base, s.subs))
+ ax.set_minor_locator(mticker.SymmetricalLogLocator(s.base, s.subs))
3226
else:
3227
ax.set_minor_locator(mticker.AutoMinorLocator())
3228
0 commit comments