mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2026-02-04 16:00:25 +01:00
8 lines
244 B
Python
8 lines
244 B
Python
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)
|