pyart.graph.RadarMapDisplay.plot

RadarMapDisplay.plot(field, sweep=0, **kwargs)

Create a plot appropiate for the radar.

This function calls the plotting function corresponding to the scan_type of the radar. Additional keywords can be passed to customize the plot, see the appropiate plot function for the allowed keywords.

Parameters
  • field (str) – Field to plot.

  • sweep (int) – Sweep number to plot, not used for VPT scans.

See also

plot_ppi

Plot a PPI scan

plot_rhi

Plot a RHI scan

plot_vpt

Plot a VPT scan