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

Class RAFormatter

source code

                  object --+            
                           |            
matplotlib.ticker.TickHelper --+        
                               |        
     matplotlib.ticker.Formatter --+    
                                   |    
     matplotlib.ticker.FuncFormatter --+
                                       |
                                      RAFormatter

Instance Methods [hide private]
 
__init__(self, accuracy='auto')
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from matplotlib.ticker.FuncFormatter: __call__

Inherited from matplotlib.ticker.Formatter: fix_minus, format_data, format_data_short, get_offset, set_locs

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.Formatter: locs

Inherited from matplotlib.ticker.TickHelper: axis

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, accuracy='auto')
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)