xarray.DataArray.monet.quick_map
- DataArray.monet.quick_map(map_kws=None, roll_dateline=False, **kwargs)
Quickly create a geo-referenced plot using Cartopy and Matplotlib.
- Parameters
map_kws (dict) – kwargs for
monet.plots.mapgen.draw_map()
roll_dateline (bool) – roll_dateline is meant to help with global datasets that the longitudes range from 0 to 360 instead of -180 to 180. Otherwise a white line appears at 0 degrees.
**kwargs – kwargs for
xarray.DataArray.plot.pcolormesh()
(actually passed toxarray.DataArray.plot()
, but pcolormesh is the usual result)
- Return type