Package pylal :: Module plotutils :: Class SkyPositionsPlot
[hide private]
[frames] | no frames]

Class SkyPositionsPlot

source code

object --+            
         |            
 BasicPlot --+        
             |        
    SimplePlot --+    
                 |    
       ScatterPlot --+
                     |
                    SkyPositionsPlot

A spherical projection plot.

Instance Methods [hide private]
 
finalize(self, loc='lower right', projection='moll', centre=(0,0), frame=[(0,0),(1,1)])
Finalize and draw plot.
source code

Inherited from SimplePlot: __init__, add_content

Inherited from BasicPlot: add_legend_if_labels_exist, close, savefig

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

finalize(self, loc='lower right', projection='moll', centre=(0,0), frame=[(0,0),(1,1)])

source code 

Finalize and draw plot. Can only be called once.

Keyword arguments:

    toc : [ str | int ]
        compatible value for legend loc, default: 'lower right'
    projection : str
        valid projection name for mpl_toolkits.basemap.Basemap
    centre : list
        (ra, dec) in degrees for point to centre on plot, only works
        for some projections
    frame : list
        [(xmin, ymin), (xmax, ymax)] pair of tuples for lower left
        and upper right corners of plot area. Full arei (entire
        sphere) is [(0,0), (1,1)]. Narrower range is span in,
        wider range zoomed out.

Decorators:
  • @method_callable_once
Overrides: BasicPlot.finalize