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

Class DQScatterPlot

source code

     object --+        
              |        
      BasicPlot --+    
                  |    
ColorbarScatterPlot --+
                      |
                     DQScatterPlot

A DQ-formatted scatter plot, with those triggers below some threshold on the colour axis get plotted tiny wee.

Instance Methods [hide private]
 
finalize(self, loc=0, alpha=0.8, colorbar=True, logcolor=False, clim=None, threshold=0)
Stub.
source code

Inherited from ColorbarScatterPlot: __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, colorbar=True, logcolor=False, clim=None, threshold=0)

source code 

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

Overrides: BasicPlot.finalize
(inherited documentation)