PcolormeshPlotMixin#
- class radiospectra.mixins.PcolormeshPlotMixin[source]#
Bases:
objectClass provides plotting functions using
pcolormesh.Methods Summary
plot([axes])Plot the spectrogram.
Methods Documentation
- plot(axes=None, **kwargs)[source]#
Plot the spectrogram.
- Parameters:
axes (
matplotlib.axes.Axes, optional) – The axes where the plot will be added.kwargs – Arguments pass to the plot call
pcolormesh.
- Return type: