rampedpyrox.EnergyComplex.plot

EnergyComplex.plot(ax=None)[source]

Plots the pdf of E, p(0,E), against E.

Keyword Arguments:
 ax (None or matplotlib.axis) – Axis to plot on. If None, automatically creates a matplotlip.axis instance to return. Defaults to None.
Returns:ax – Updated axis instance with plotted data.
Return type:matplotlib.axis