huracanpy.plot.tracks#

huracanpy.plot.tracks(lon, lat, intensity_var=None, ax=None, subplot_kws=None, fig_kws=None, scatter_kws=None)[source]#

Create a map of all lon/lat points

Parameters:
Returns:

The figure and axes instances created for the plot

Return type:

tuple[matplotlib.figure.Figure, matplotlib.axes.Axes]