ADCS.helpers.plot.subplot module¶ class ADCS.helpers.plot.subplot.ABC[source]¶ Bases: object Helper class that provides a standard way to create an ABC using inheritance. class ADCS.helpers.plot.subplot.Subplot[source]¶ Bases: ABC plot(ax, sim)[source]¶ Parameters: ax (matplotlib.pyplot.Axes) Return type: None