reconnect moved files to git repo
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
from mpl_toolkits.axes_grid1.parasite_axes import (
|
||||
host_axes_class_factory, parasite_axes_class_factory)
|
||||
from .axislines import Axes
|
||||
|
||||
|
||||
ParasiteAxes = parasite_axes_class_factory(Axes)
|
||||
HostAxes = SubplotHost = host_axes_class_factory(Axes)
|
||||
Reference in New Issue
Block a user