You are reading an old version of the documentation (v3.0.2). For the latest version see https://matplotlib.org/stable/
Version 3.0.2
matplotlib
Fork me on GitHub

Source code for mpl_toolkits.axisartist.axes_rgb

from mpl_toolkits.axes_grid1.axes_rgb import (
    make_rgb_axes, imshow_rgb, RGBAxesBase)

from .axislines import Axes


[docs]class RGBAxes(RGBAxesBase): _defaultAxesClass = Axes