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:
- ax
Axes Axes instance to create the RGB Axes in.
- padfloat, optional
Fraction of the Axes height to pad.
- axes_class
matplotlib.axes.Axesor 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.
- ax
Examples usingmpl_toolkits.axes_grid1.axes_rgb.make_rgb_axes#
On this page