We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e452c9 commit 10165e6Copy full SHA for 10165e6
curve2d/ex_curve01.py
@@ -8,9 +8,10 @@
8
from geomdl import BSpline
9
from geomdl import utilities
10
11
+# Try to load the visualization module
12
try:
13
render_curve = True
- from geomdl.geomdl_vis import VisMPL
14
+ from geomdl.visualization import VisMPL
15
except ImportError:
16
render_curve = False
17
curve3d/ex_curve3d01.py
0 commit comments