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: smartTimeTicks : boolean
If True then use applySmartTimeTicks to set x-axis labeling
figsize : array-like, 2 elements
Set figure size directly on call to plot, (width, height)
**kwargs : other keywords
Other keywords to pass to matplotlib.pyplot.plot