radarx.vis.plots.plot_cappi#

radarx.vis.plots.plot_cappi(ds, data_var, cmap=None, vmin=None, vmax=None, title=None, colorbar=True, ax=None, dpi=100, savedir=None, show_figure=True, add_slogan=False, **kwargs)[source]#

Plot a CAPPI dataset on the horizontal x/y plane.

Parameters:
  • ds (xarray.Dataset or xarray.DataArray) – CAPPI dataset containing horizontal x and y coordinates.

  • data_var (str) – Variable name to plot when ds is a dataset.