mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
7 lines
164 B
Python
7 lines
164 B
Python
from mpl_toolkits.axes_grid1.axes_rgb import make_rgb_axes, RGBAxes as _RGBAxes
|
|
from .axislines import Axes
|
|
|
|
|
|
class RGBAxes(_RGBAxes):
|
|
_defaultAxesClass = Axes
|