mappymatch.utils.plot.trace#
Functions
|
Plot a trace. |
- mappymatch.utils.plot.trace.plot_trace(trace: Trace, m: Map | None = None, point_color: str = 'black', line_color: str | None = 'green')[source]#
Plot a trace.
- Args:
trace: The trace. m: the folium map to plot on point_color: The color the points will be plotted in. line_color: The color for lines. If None, no lines will be plotted.
- Returns:
An updated folium map with a plot of trace.