pysteps.visualization.thunderstorms.plot_cart_contour

pysteps.visualization.thunderstorms.plot_cart_contour(contours, geodata=None)

Plots input image with identified cell contours. Optionally points of interest added.

Parameters
contours: list or dataframe-element

list of identified cell contours.

geodata: dictionary or None, optional

Optional dictionary containing geographical information about the field. If not None, plots the contours in a georeferenced frame.

Returns
ax: fig Axes

Figure axes.