We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c34df5 commit 8d2ec15Copy full SHA for 8d2ec15
1 file changed
pymathics/vectorizedplot/__init__.py
@@ -26,8 +26,13 @@
26
27
ALREADY_INSTALLED = True
28
try:
29
- from .plot_plot3d import ContourPlot3D, ParametricPlot3D, SphericalPlot3D
+ from pymathics.vectorizedplot.plot_plot3d import (
30
+ ContourPlot3D,
31
+ ParametricPlot3D,
32
+ SphericalPlot3D,
33
+ )
34
except ModuleNotFoundError:
35
+ print("module cannot be loaded...")
36
37
38
0 commit comments