plotspectrogram(sequencelist,
        outfile,
        epoch=0,
        deltaT=1,
        f0=0,
        deltaF=1,
        t0=0,
        ydata=None,
        **kwargs)
  
   | source code 
     | 
    
  
  Plots a list of REAL?VectorSequences on a time-frequency-amplitude 
  colour map. The epochand deltaT arguments define the spacing in the x 
  direction for the given VectorSequence, and similarly f0 and deltaF in 
  the y-direction. If a list of VectorSequences is given, any of these 
  arguments can be in list form, one for each sequence. 
  ydata can be given as to explicitly define the frequencies at which 
  the sequences are sampled. 
  
   
 |