eradiate.plot.detect_axes¶
- eradiate.plot.detect_axes(from_=None)[source]¶
Try and extract a
Axeslist from a data structure.- Parameters:
from_ (
matplotlib figureoraxesorlistofaxesorxarray.plot.FacetGrid, optional) – Data structure to get anAxeslist from. If unset,matplotlib.pyplot.gca()is used.- Returns:
listofmatplotlib axes– Extracted list ofAxes.- Raises:
TypeError – If
from_is of unsupported type.