Skip to content

Commit a3af897

Browse files
authored
Update __init__.py
1 parent 93011a3 commit a3af897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
2828
# available. After the installation is successfull, we want to make this availabe.
2929
try:
3030
from pymathics.vectorizedplot.plot_plot3d import (
31+
ContourPlot,
3132
ContourPlot3D,
3233
ParametricPlot3D,
3334
SphericalPlot3D,
3435
)
3536

3637
_BUILTINS_ = (
38+
"ContourPlot",
3739
"ContourPlot3D",
3840
"ParametricPlot3D",
3941
"SphericalPlot3D",

0 commit comments

Comments
 (0)