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

Source code for mpl_toolkits.axisartist.axes_rgb

from __future__ import (absolute_import, division, print_function,
                        unicode_literals)

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

from .axislines import Axes


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