eradiate.plot.get_axes_from_facet_grid¶
- eradiate.plot.get_axes_from_facet_grid(facet_grid, exclude=None)[source]¶
Extract a flat list of
Axesfrom aFacetGrid.- Parameters:
facet_grid (
xarray.plot.FacetGrid) – Object to extract a list ofAxes.exclude (
str, optional) – Exclude selectedAxesfrom the returned list. Supported values:"lower_left": exclude lower-left corner.
- Returns:
listofmatplotlib axes– List of extractedAxesobjects.