File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5555:class:`LogLocator`
5656 logarithmically ticks from min to max
5757
58+ :class:`SymmetricalLogLocator`
59+ locator for use with with the symlog norm, works like the `LogLocator` for
60+ the part outside of the threshold and add 0 if inside the limits
61+
5862:class:`MultipleLocator`
5963 ticks and range are a multiple of base;
6064 either integer or float
@@ -2004,4 +2008,5 @@ def get_locator(self, d):
20042008 'LogFormatterExponent' , 'LogFormatterMathtext' , 'Locator' ,
20052009 'IndexLocator' , 'FixedLocator' , 'NullLocator' ,
20062010 'LinearLocator' , 'LogLocator' , 'AutoLocator' ,
2007- 'MultipleLocator' , 'MaxNLocator' , 'AutoMinorLocator' ,)
2011+ 'MultipleLocator' , 'MaxNLocator' , 'AutoMinorLocator' ,
2012+ 'SymmetricalLogLocator' )
You can’t perform that action at this time.
0 commit comments