Package pylal :: Package dq :: Module dqPlotUtils :: Class DetCharScatterPlot
[hide private]
[frames] | no frames]

Class DetCharScatterPlot

source code

         object --+        
                  |        
plotutils.BasicPlot --+    
                      |    
    ColorbarScatterPlot --+
                          |
                         DetCharScatterPlot

A 'DetChar' style scatter plot, whereby those triggers under a threshold on the colour column are plotted much smaller than others, allowing line features to be shown easily.

Instance Methods [hide private]
 
finalize(self, loc='best', logx=False, logy=False, logz=True, base=10, clim=None, rankthreshold=None)
Stub.
source code

Inherited from ColorbarScatterPlot: __init__, add_colorbar, add_content, set_colorbar

Inherited from plotutils.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='best', logx=False, logy=False, logz=True, base=10, clim=None, rankthreshold=None)

source code 

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

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