pysteps.visualization.thunderstorms.plot_track#
- pysteps.visualization.thunderstorms.plot_track(track_list, geodata=None, ref_shape=None)#
Plot storm tracks.
- Parameters:
track_list (list) – List of tracks provided by DATing.
geodata (dictionary or None, optional) – Optional dictionary containing geographical information about the field. If not None, plots the contours in a georeferenced frame.
ref_shape ((vertical, horizontal)) –
Shape of the 2D precipitation field used to find the cells’ contours. This is only needed only if geodata=None.
IMPORTANT: If geodata=None it is assumed that the y-origin of the reference precipitation fields is the upper-left corner (yorigin=”upper”).
- Returns:
ax – Figure axes.
- Return type:
fig Axes