Skip to content

Commit e12a72a

Browse files
authored
Update ellipse_arrow.py
1 parent e3ad826 commit e12a72a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

galleries/examples/shapes_and_collections/ellipse_arrow.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
</gallery/shapes_and_collections/ellipse_collection>`.
1010
"""
1111

12-
# Import of namespaces
13-
import numpy as np
12+
from typing import Tuple
13+
1414
import matplotlib.pyplot as plt
15+
import numpy as np
1516

16-
from matplotlib.transforms import Affine2D
17-
from matplotlib.patches import Ellipse
1817
from matplotlib.markers import MarkerStyle
19-
20-
from typing import Tuple
18+
from matplotlib.patches import Ellipse
19+
from matplotlib.transforms import Affine2D
2120

2221
# %%
2322
#

0 commit comments

Comments
 (0)