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, usethe same class asax.

**kwargs

Forwarded toaxes_class init for the R, G, and B Axes.

Examples usingmpl_toolkits.axes_grid1.axes_rgb.make_rgb_axes#

Show RGB channels using RGBAxes

Show RGB channels using RGBAxes