orbithunter.AntisymmetricOrbitKS.mode_plot

AntisymmetricOrbitKS.mode_plot(show=True, save=False, scale='log', **kwargs)

Plot the spatiotemporal Fourier spectrum as a 2-d density plot using matplotlib’s imshow

Parameters
showbool

Whether or not to display the figure

savebool

Whether to save the figure

scalestr

Whether or not to plot using transformation of np.log10(self.state)

**kwargs :
filenamestr

The (custom) save name of the figure, if save==True. Save name will be populated otherwise.

verbosebool

If True then prints the location of the file saving, if attempted.

extensionstr

The file extension to save as, .png, .pdf, etc. Values supported by matplotlib only.