movingpandas.TrajectoryCollection.hvplot_pts#

TrajectoryCollection.hvplot_pts(*args, **kwargs)#

Generate an interactive plot of trajectory points.

Parameters:

Examples

Plot points colored by speed (with legend and specified figure size):

>>> collection.hvplot_pts(c='speed', width=700, height=400, colorbar=True)