Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84357c6

Browse files
committed
STY: fix import order
1 parent 1e36916 commit 84357c6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

galleries/examples/misc/ftface_props.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
import os
1212

13-
import matplotlib
1413
import matplotlib.pyplot as plt
15-
import matplotlib.transforms
14+
15+
import matplotlib
1616
from matplotlib.font_manager import FontProperties
17+
import matplotlib.ft2font as ft
1718
from matplotlib.patches import PathPatch, Rectangle
1819
from matplotlib.textpath import TextPath
19-
import matplotlib.ft2font as ft
20+
import matplotlib.transforms
2021

2122
# Use a font shipped with Matplotlib.
2223
font_path = os.path.join(

0 commit comments

Comments
 (0)