Skip to content

Commit e3ad826

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galleries/examples/shapes_and_collections/ellipse_arrow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"""
1111

1212
# Import of namespaces
13+
import numpy as np
1314
import matplotlib.pyplot as plt
15+
16+
from matplotlib.transforms import Affine2D
1417
from matplotlib.patches import Ellipse
1518
from matplotlib.markers import MarkerStyle
16-
from matplotlib.transforms import Affine2D
17-
18-
import numpy as np
1919

2020
from typing import Tuple
2121

0 commit comments

Comments
 (0)