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 4849a4b commit 5964b53Copy full SHA for 5964b53
aerosandbox/geometry/airfoil/airfoil.py
@@ -1,5 +1,5 @@
1
-import plotly
2
-import matplotlib
+import plotly.graph_objects
+import matplotlib.figure
3
import aerosandbox.numpy as np
4
from aerosandbox.geometry.polygon import Polygon
5
from aerosandbox.geometry.airfoil.airfoil_families import (
0 commit comments