spacepy.plot.plot

spacepy.plot.plot(*args, **kwargs)[source]

Convenience wrapper for matplotlib’s plot function

As with matplotlib’s plot function, args is a variable length argument, allowing for multiple x, y pairs, each with optional format string. For full details, see matplotlib.pyplot.plot

Other Parameters:
smartTimeTicksboolean

If True then use applySmartTimeTicks to set x-axis labeling

figsizearray-like, 2 elements

Set figure size directly on call to plot, (width, height)

**kwargsother keywords

Other keywords to pass to matplotlib.pyplot.plot