eradiate.plot.remove_xylabels¶
- eradiate.plot.remove_xylabels(from_=None)[source]¶
Remove x- and y-axis labels from
from_(processed bydetect_axes()).- Parameters:
from_ (
matplotlib figureoraxesorlistofaxesorxarray.plot.FacetGrid, optional) – Data structure to get anAxeslist from. If unset,matplotlib.pyplot.gca()is used.
See also