| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        PlotSegmentsPlot
Represent a plotsegments plot. To use it, one must instantiate a PlotSegmentsPlot object, call add_contents(), then call finalize(). To save, call the savefig() method. To display to the screen, call pylab.show().
Developer note: There is the transformation function _time_transform. Follow the convention of applying it before storing internal data so that there is no ambiguity about whether data has been transformed or not.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
        color_code = {'H1': 'r', 'H2': 'b', 'L1': 'g', 'V1': 'm', 'G1'
     | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Create a fresh plot. Provide t0 to provide a reference time to use as zero. 
  | 
  
 Add the contents of segdict to the plot. Provide the list ifos, if you wish to specify the order in which they appear or wish to plot a subset of the segmentlists in segdict.  | 
  
 Define a window of interest by setting the x-limits of the plot appropriately. If padding is also present, protract the x-limits by that quantity and mark the unpadded window with solid black lines.  | 
    
  | 
|||
  color_code
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |