You are reading an old version of the documentation (v3.1.3). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axes_grid1.axes_rgb.RGBAxes.html
Version 3.1.3
matplotlib
Fork me on GitHub

Table of Contents

mpl_toolkits.axes_grid1.axes_rgb.RGBAxes

class mpl_toolkits.axes_grid1.axes_rgb.RGBAxes(*args, pad=0, add_all=True, **kwargs)[source]

Bases: mpl_toolkits.axes_grid1.axes_rgb.RGBAxesBase

Parameters:
pad : float

fraction of the axes height to put as padding. defaults to 0.0

add_all : bool

True: Add the {rgb, r, g, b} axes to the figure defaults to True.

axes_class : matplotlib.axes.Axes
*args

Unpacked into axes_class() init for RGB

**kwargs

Unpacked into axes_class() init for RGB, R, G, B axes

Examples using mpl_toolkits.axes_grid1.axes_rgb.RGBAxes