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 55
55
:class:`LogLocator`
56
56
logarithmically ticks from min to max
57
57
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
+
58
62
:class:`MultipleLocator`
59
63
ticks and range are a multiple of base;
60
64
either integer or float
@@ -2004,4 +2008,5 @@ def get_locator(self, d):
2004
2008
'LogFormatterExponent' , 'LogFormatterMathtext' , 'Locator' ,
2005
2009
'IndexLocator' , 'FixedLocator' , 'NullLocator' ,
2006
2010
'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