aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py2/mpl_toolkits/axisartist/axes_rgb.py
blob: 695a362b57de799bf7fa59c99b3832125f7b3575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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


class RGBAxes(RGBAxesBase):
    _defaultAxesClass = Axes