| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+    
         |    
 BasicPlot --+
             |
            PlotSegmentsPlot
Horizontal bar segment plot.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
        color_code = {'H1': 'r', 'H2': 'b', 'L1': 'g', 'V1': 'm', 'G1'
     | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Create a fresh plot. Provide t0 to provide reference time to use as zero, and dt to use a different number of seconds for each unit of the x-axis. 
  | 
  
 Stub. Replace with a method that appends values or lists of values to self.data_sets and appends labels to self.data_labels. Feel free to accept complicated inputs, but try to store only the raw numbers that will enter the plot. 
  | 
  
 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.  | 
  
 Stub. Replace with a function that creates and makes your plot pretty. Do not do I/O here. 
  | 
    
  | 
|||
  color_code
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:42 2017 | http://epydoc.sourceforge.net |