eradiate.plot.get_axes_from_facet_grid

eradiate.plot.get_axes_from_facet_grid#

eradiate.plot.get_axes_from_facet_grid(facet_grid, exclude=None)[source]#

Extract a flat list of Axes from a FacetGrid.

Parameters:
  • facet_grid (xarray.plot.FacetGrid) – Object to extract a list of Axes.

  • exclude (str, optional) – Exclude selected Axes from the returned list. Supported values:

    • "lower_left": exclude lower-left corner.

Returns:

list of matplotlib axes – List of extracted Axes objects.