Delete .venv directory
This commit is contained in:
committed by
GitHub
parent
7795984d81
commit
5a2693bd9f
@@ -1,11 +0,0 @@
|
||||
from . import axes_size as Size
|
||||
from .axes_divider import Divider, SubplotDivider, make_axes_locatable
|
||||
from .axes_grid import Grid, ImageGrid, AxesGrid
|
||||
#from axes_divider import make_axes_locatable
|
||||
from matplotlib import _api
|
||||
_api.warn_deprecated(since='2.1',
|
||||
name='mpl_toolkits.axes_grid',
|
||||
alternative='mpl_toolkits.axes_grid1 and'
|
||||
' mpl_toolkits.axisartist, which provide'
|
||||
' the same functionality',
|
||||
obj_type='module')
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
from matplotlib.offsetbox import AnchoredOffsetbox, AuxTransformBox, VPacker,\
|
||||
TextArea, AnchoredText, DrawingArea, AnnotationBbox
|
||||
|
||||
from mpl_toolkits.axes_grid1.anchored_artists import \
|
||||
AnchoredDrawingArea, AnchoredAuxTransformBox, \
|
||||
AnchoredEllipse, AnchoredSizeBar
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.angle_helper import *
|
@@ -1,3 +0,0 @@
|
||||
from mpl_toolkits.axes_grid1.axes_divider import (
|
||||
AxesDivider, AxesLocator, Divider, SubplotDivider, make_axes_locatable)
|
||||
from mpl_toolkits.axisartist.axislines import Axes
|
@@ -1,2 +0,0 @@
|
||||
from mpl_toolkits.axisartist.axes_grid import (
|
||||
AxesGrid, CbarAxes, Grid, ImageGrid)
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.axes_rgb import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axes_grid1.axes_size import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.axis_artist import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.axisline_style import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.axislines import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.clip_path import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.floating_axes import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.grid_finder import *
|
@@ -1 +0,0 @@
|
||||
from mpl_toolkits.axisartist.grid_helper_curvelinear import *
|
@@ -1,4 +0,0 @@
|
||||
from mpl_toolkits.axes_grid1.inset_locator import InsetPosition, \
|
||||
AnchoredSizeLocator, \
|
||||
AnchoredZoomLocator, BboxPatch, BboxConnector, BboxConnectorPatch, \
|
||||
inset_axes, zoomed_inset_axes, mark_inset
|
@@ -1,12 +0,0 @@
|
||||
from matplotlib import _api
|
||||
from mpl_toolkits.axes_grid1.parasite_axes import (
|
||||
host_axes_class_factory, parasite_axes_class_factory,
|
||||
parasite_axes_auxtrans_class_factory, subplot_class_factory)
|
||||
from mpl_toolkits.axisartist.axislines import Axes
|
||||
|
||||
|
||||
ParasiteAxes = parasite_axes_class_factory(Axes)
|
||||
HostAxes = host_axes_class_factory(Axes)
|
||||
SubplotHost = subplot_class_factory(HostAxes)
|
||||
with _api.suppress_matplotlib_deprecation_warning():
|
||||
ParasiteAxesAuxTrans = parasite_axes_auxtrans_class_factory(ParasiteAxes)
|
Reference in New Issue
Block a user