This class rebins data to produce a 2D data map that can be plotted as a spectrogram
It is meant to be used on arbitrary data series. The first series “x” is plotted on the abscissa and second series “y” is plotted on the ordinate and the third series “z” is plotted in color.
The series are not passed in independently but instead inside a SpaceData container.
Parameters: | data : SpaceData
|
---|---|
Other Parameters: | |
variables : list
bins : list
xlim : list
ylim : list
zlim : list
extended_out : bool (optional)
|
Notes
Helper routines are planned to facilitate the creation of the SpaceData container if the data are not in the format.
plot([fignum, axis]) | Plot the spectrogram |
Plot the spectrogram
Other Parameters: | |
---|---|
title : str
xlabel : str
ylabel : str
colorbar_label : str
DateFormatter : matplotlib.dates.DateFormatter
zlog : bool
colorbar : bool
axis : matplotlib axis object
zlim : np.array
figsize : tuple (optional)
|