xarray.DataArray.monet.quick_imshow

DataArray.monet.quick_imshow(map_kws=None, roll_dateline=False, **kwargs)

Quickly create a geo-referenced image plot using Cartopy and Matplotlib.

Note that this should only be used for regular grids (e.g. rectangular lat/lon grid).

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.imshow()

Return type:

matplotlib.axes.Axes