mpl_toolkits.axes_grid1.axes_rgb.make_rgb_axes#

mpl_toolkits.axes_grid1.axes_rgb.make_rgb_axes(ax, pad=0.01, axes_class=None, **kwargs)[source]#
Parameters:
axAxes

Axes instance to create the RGB Axes in.

padfloat, optional

Fraction of the Axes height to pad.

axes_classmatplotlib.axes.Axes or None, optional

Axes class to use for the R, G, and B Axes. If None, use the same class as ax.

**kwargs

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

Examples using mpl_toolkits.axes_grid1.axes_rgb.make_rgb_axes#

Showing RGB channels using RGBAxes

Showing RGB channels using RGBAxes

Showing RGB channels using RGBAxes