pingwyn.graph.plot_curve

Plot a curve.

param ax:

The axis to draw the curve onto

type ax:

matplotlib.axes.Axes

param curve:

The curve object to draw

type curve:

pingwyn.Curve

param **kwargs:

Any additional keyword arguments will be passed onto ax.plot() or ax.set(), whichever is applicable.

See also

matplotlib.pyplot.plot