| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
This modules provides some wrapper functions for the classes defined in pylal.plotutils.
Version: 8cbd1b7187ce3ed9a825d6ed11cc432f3cfde9a5
Date: 2017-12-05 15:29:36 +0000
Author: Duncan M. Macleod <duncan.macleod@ligo.org>
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
    
  | 
|||
        pylab = plotutils.pylab
     | 
  |||
        matplotlib = pylab.matplotlib
     | 
  |||
        jet = copy.deepcopy(matplotlib.cm.jet)
     | 
  |||
    
  | 
|||
  
 Extract column from the given glue.ligolw.table lsctable as numpy array. Tries to use a 'get_col() function if available, otherwise uses getColumnByName(), treating 'time' as a special case for the known Burst/Inspiral/Ringdown tables.  | 
  
 
Plot any column of a valid LigoLW table against any other, coloured by any
other, or plot all the same if you're that way inclined. Multiple tables
can be given for any non-coloured plot.
"time" as a column means the output of get_peak for Burst tables, get_end
for Inspiral tables, and get_start for ringdown tables
Arguments:
    tables : [ dict | glue.ligolw.table.Table ]
        dict of ("name", table) pairs, or single LigoLW tables
    outfile : string
        string path for output plot
Keyword arguments:
    xcolumn : string
        valid column of triggers table to plot on x-axis
    ycolumn : string
        valid column of triggers table to plot on y-axis
    zcolumn : string
        valid column of triggers table to use for colorbar (optional).
   | 
  
 
Plot any column of a valid LigoLW table against any other, coloured by any
other, or plot all the same if you're that way inclined. Multiple tables
can be given for any non-coloured plot.
"time" as a column means the output of get_peak for Burst tables, get_end
for Inspiral tables, and get_start for ringdown tables
Arguments:
    table : [ dict | glue.ligolw.table.Table ]
        dict of ("name", table) pairs, or single LigoLW table
    outfile : string
        string path for output plot
Keyword arguments:
    xcolumn : string
        valid column of triggers table to plot on x-axis
    ycolumn : string
        valid column of triggers table to plot on y-axis
    zcolumn : string
        valid column of triggers table to use for colorbar (optional).
   | 
  
 
Plot rate versus time for the given ligolw table triggers, binned by the
given bincolumn using the bins list.
Arguments:
    lsctable : glue.ligolw.table.Table
        LIGOLW table containing a list of triggers
    outfile : string
        string path for output plot
   | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:41 2017 | http://epydoc.sourceforge.net |