cf_xarray.accessor._CFWrappedPlotMethods#

class cf_xarray.accessor._CFWrappedPlotMethods(obj, accessor)[source]#

This class wraps DataArray.plot

_plot_decorator(func)[source]#

This decorator is used to set default kwargs on plotting functions. For now, this can 1. set xincrease and yincrease. 2. automatically set x or y.

_process_x_or_y(kwargs, key, skip=None)[source]#

Choose a default ‘x’ or ‘y’ variable name.

_set_axis_props(kwargs, key)[source]#