eradiate.plot.remove_xyticks#

eradiate.plot.remove_xyticks(from_=None)[source]#

Remove x and y axis tick labels from from_ (processed by detect_axes()).

Parameters

from_ (matplotlib figure or axes or list of axes or xarray.plot.FacetGrid, optional) – Data structure to get an Axes list from. If unset, matplotlib.pyplot.gca() is used.

See also

detect_axes()