Thanks to visit codestin.com Credit goes to github.com
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 e3ad826 commit e12a72aCopy full SHA for e12a72a
1 file changed
galleries/examples/shapes_and_collections/ellipse_arrow.py
@@ -9,15 +9,14 @@
9
</gallery/shapes_and_collections/ellipse_collection>`.
10
"""
11
12
-# Import of namespaces
13
-import numpy as np
+from typing import Tuple
+
14
import matplotlib.pyplot as plt
15
+import numpy as np
16
-from matplotlib.transforms import Affine2D
17
-from matplotlib.patches import Ellipse
18
from matplotlib.markers import MarkerStyle
19
-
20
-from typing import Tuple
+from matplotlib.patches import Ellipse
+from matplotlib.transforms import Affine2D
21
22
# %%
23
#
0 commit comments