Package pylal :: Module bayespputils :: Class DecLocator
[hide private]
[frames] | no frames]

Class DecLocator

source code

                  object --+            
                           |            
matplotlib.ticker.TickHelper --+        
                               |        
       matplotlib.ticker.Locator --+    
                                   |    
   matplotlib.ticker.MultipleLocator --+
                                       |
                                      DecLocator

Dec tick locations with some intelligence

Instance Methods [hide private]
 
__init__(self, min=-pi_constant/2.0, max=pi_constant/2.0)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from matplotlib.ticker.MultipleLocator: __call__, tick_values, view_limits

Inherited from matplotlib.ticker.Locator: autoscale, pan, raise_if_exceeds, refresh, zoom

Inherited from matplotlib.ticker.TickHelper: create_dummy_axis, set_axis, set_bounds, set_data_interval, set_view_interval

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from matplotlib.ticker.Locator: MAXTICKS

Inherited from matplotlib.ticker.TickHelper: axis

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, min=-pi_constant/2.0, max=pi_constant/2.0)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)