Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
22
venv/lib/python3.12/site-packages/sympy/plotting/__init__.py
Normal file
22
venv/lib/python3.12/site-packages/sympy/plotting/__init__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
from .plot import plot_backends
|
||||
from .plot_implicit import plot_implicit
|
||||
from .textplot import textplot
|
||||
from .pygletplot import PygletPlot
|
||||
from .plot import PlotGrid
|
||||
from .plot import (plot, plot_parametric, plot3d, plot3d_parametric_surface,
|
||||
plot3d_parametric_line, plot_contour)
|
||||
|
||||
__all__ = [
|
||||
'plot_backends',
|
||||
|
||||
'plot_implicit',
|
||||
|
||||
'textplot',
|
||||
|
||||
'PygletPlot',
|
||||
|
||||
'PlotGrid',
|
||||
|
||||
'plot', 'plot_parametric', 'plot3d', 'plot3d_parametric_surface',
|
||||
'plot3d_parametric_line', 'plot_contour'
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue