mpl_toolkits.axisartist.axes_rgb.RGBAxes#
- class mpl_toolkits.axisartist.axes_rgb.RGBAxes(*args, pad=0, **kwargs)[source]#
Bases:
RGBAxesSubclass of
RGBAxeswith_defaultAxesClass=axislines.Axes.- Parameters:
- padfloat, default: 0
Fraction of the Axes height to put as padding.
- axes_class
Axes Axes class to use. If not provided,
_defaultAxesClassis 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