pysteps.verification.plots.plot_intensityscale

pysteps.verification.plots.plot_intensityscale(iss, fig=None, vmin=-2, vmax=1, kmperpixel=None, unit=None)

Plot a intensity-scale verification table with a color bar and axis labels.

Parameters:
iss : dict

An intensity-scale verification results dictionary returned by pysteps.verification.spatialscores.intensity_scale.

fig : matplotlib.figure.Figure, optional

The figure object to use for plotting. If not supplied, a new figure is created.

vmin : float, optional

The minimum value for the intensity-scale skill score in the plot. Defaults to -2.

vmax : float, optional

The maximum value for the intensity-scale skill score in the plot. Defaults to 1.

kmperpixel : float, optional

The conversion factor from pixels to kilometers. If supplied, the unit of the shown spatial scales is km instead of pixels.

unit : string, optional

The unit of the intensity thresholds.