mpl_toolkits.axisartist.axes_rgb 源代码

from mpl_toolkits.axes_grid1.axes_rgb import (
    make_rgb_axes, imshow_rgb, RGBAxes as _RGBAxes)
from .axislines import Axes


[文档]class RGBAxes(_RGBAxes): _defaultAxesClass = Axes