Getting Started
User Guide
Reference Guide
Developer
Plot speed over time.
**kwargs – Additional arguments passed to plt.plot
Speed plot axes
matplotlib.axes.Axes
Example
>>> ax = df.traja.plot_speed() >>> plt.show()