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 1e36916 commit 84357c6Copy full SHA for 84357c6
1 file changed
galleries/examples/misc/ftface_props.py
@@ -10,13 +10,14 @@
10
11
import os
12
13
-import matplotlib
14
import matplotlib.pyplot as plt
15
-import matplotlib.transforms
+
+import matplotlib
16
from matplotlib.font_manager import FontProperties
17
+import matplotlib.ft2font as ft
18
from matplotlib.patches import PathPatch, Rectangle
19
from matplotlib.textpath import TextPath
-import matplotlib.ft2font as ft
20
+import matplotlib.transforms
21
22
# Use a font shipped with Matplotlib.
23
font_path = os.path.join(
0 commit comments