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.