pysteps.verification.plots.plot_rankhist

Contents

pysteps.verification.plots.plot_rankhist#

pysteps.verification.plots.plot_rankhist(rankhist, ax=None)#

Plot a rank histogram.

Parameters:
  • rankhist (dict) – A rank histogram object created by ensscores.rankhist_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()).