sarkas.tools.observables.StaticStructureFactor.plot
sarkas.tools.observables.StaticStructureFactor.plot#
- StaticStructureFactor.plot(scaling=None, acf=False, figname=None, show=False, **kwargs)#
Plot the observable by calling the pandas.DataFrame.plot() function and save the figure.
- Parameters
scaling (float, tuple) – Factor by which to rescale the x and y axis.
acf (bool) – Flag for renormalizing the autocorrelation functions. Default= False
figname (str) – Name with which to save the file. It automatically saves it in the correct directory.
show (bool) – Flag for prompting the plot to screen. Default=False
**kwargs – Options to pass to matplotlib plotting method.
- Returns
axes_handle (matplotlib.axes.Axes) – Axes. See pandas documentation for more info