eradiate.plot.remove_xyticks¶
- eradiate.plot.remove_xyticks(from_=None)[source]¶
Remove x and y axis tick 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