pyart.graph.radar_display.RadarDisplay.plot_colorbar

RadarDisplay.plot_colorbar(mappable=None, field=None, label=None, cax=None, fig=None)[source]

Plot a colorbar.

Parameters :

mappable : Image, ContourSet, etc.

Image, ContourSet, etc to which the colorbar applied. If None the last mappable object will be used.

field : str

Field to label colorbar with.

label : :

Colorbar label. None will use a default value from the last field plotted.

cax : Axis

Axis onto which the colorbar will be drawn. None is also valid.

fig : Figure

Figure to place colorbar on. None will use the current figure.

Previous topic

pyart.graph.radar_display.RadarDisplay.label_yaxis_z

Next topic

pyart.graph.radar_display.RadarDisplay.plot_cross_hair

This Page