pingwyn.plot_curve
- pingwyn.plot_curve(ax, curve, **kwargs)
Plot a curve.
- Parameters:
ax (matplotlib.axes.Axes) – The axis to draw the curve onto
curve (pingwyn.Curve) – The curve object to draw
**kwargs – Any additional keyword arguments will be passed onto ax.plot() or ax.set(), whichever is applicable.
See also
matplotlib.pyplot.plot