pyart.graph.GridMapDisplayBasemap¶
- class pyart.graph.GridMapDisplayBasemap(grid, debug=False)[source]¶
A class for creating plots from a grid object on top of a Basemap.
- Parameters
grid (Grid) – Grid with data which will be used to create plots.
debug (bool) – True to print debugging messages, False to supress them.
- Variables
~GridMapDisplayBasemap.grid (Grid) – Grid object.
~GridMapDisplayBasemap.debug (bool) – True to print debugging messages, False to supressed them.
~GridMapDisplayBasemap.basemap (Basemap) – Last plotted basemap, None when no basemap has been plotted.
~GridMapDisplayBasemap.mappables (list) – List of ContourSet, etc. which have been plotted, useful when adding colorbars.
~GridMapDisplayBasemap.fields (list) – List of fields which have been plotted.
initalize the object.
|
Generate a filename for a grid plot. |
|
Generate a title for a plot. |
|
Generate a title for a plot. |
|
Generate a title for a plot. |
get basemap of the plot |
|
|
Plot a basemap. |
|
Plot a colorbar. |
|
Plot crosshairs at a given longitude and latitude. |
|
Plot the grid onto the current basemap. |
|
Plot a slice along a given latitude. |
|
Plot a slice along a given latitude. |
|
Plot a slice along a given longitude. |
|
Plot a slice along a given longitude. |