ax_as_list

hhpy.plotting.ax_as_list(ax: Union[matplotlib.axes._axes.Axes, numpy.ndarray]) → list[source]

takes any Axes and turns them into a list

Parameters:ax – The matplotlib.pyplot.Axes object to plot on, defaults to current axis [optional]
Returns:List containing the subaxes