mpl_toolkits.axisartist.axes_rgb.RGBAxes#

class mpl_toolkits.axisartist.axes_rgb.RGBAxes(*args, pad=0, **kwargs)[source]#

Bases: RGBAxes

[Deprecated] Subclass of RGBAxes with _defaultAxesClass = axislines.Axes.

Notes

Deprecated since version 3.8: Use axes_grid1.axes_rgb.RGBAxes(..., axes_class=axislines.Axes instead.

Parameters:
padfloat, default: 0

Fraction of the Axes height to put as padding.

axes_classAxes

Axes class to use. If not provided, _defaultAxesClass is used.

*args

Forwarded to axes_class init for the RGB Axes

**kwargs

Forwarded to axes_class init for the RGB, R, G, and B Axes