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 b8fb39e commit 57df41eCopy full SHA for 57df41e
examples/text_labels_and_annotations/font_family_rc.py
@@ -62,12 +62,12 @@ def print_text(text):
62
# Chooses default monospace font
63
64
plt.rcParams["font.family"] = "monospace"
65
-print_text("Hello World! 04")
+print_text("Hello World! 03")
66
67
68
###################################################################
69
# Chose monospace font and specify to it to "FreeMono"
70
71
72
plt.rcParams["font.monospace"] = ["FreeMono"]
73
-print_text("Hello World! 05")
+print_text("Hello World! 04")
0 commit comments