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

Class ScatterPlot

source code

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

Exactly what you get from calling pylab.scatter(), but with the handy extras of the BasicPlot class.

Instance Methods [hide private]
 
finalize(self, loc=0, alpha=0.8)
Stub.
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=0, alpha=0.8)

source code 

Stub. Replace with a function that creates and makes your plot pretty. Do not do I/O here.

Decorators:
  • @method_callable_once
Overrides: BasicPlot.finalize
(inherited documentation)