pysteps.verification.plots.plot_reldiag

Contents

pysteps.verification.plots.plot_reldiag#

pysteps.verification.plots.plot_reldiag(reldiag, ax=None)#

Plot a reliability diagram.

Parameters:
  • reldiag (dict) – A reldiag object created by probscores.reldiag_init.

  • ax (axis handle, optional) – Axis handle for the figure. If set to None, the handle is taken from the current figure (matplotlib.pylab.gca()).