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

Skip to content

Commit 57df41e

Browse files
authored
fix flake8
1 parent b8fb39e commit 57df41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/text_labels_and_annotations/font_family_rc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ def print_text(text):
6262
# Chooses default monospace font
6363

6464
plt.rcParams["font.family"] = "monospace"
65-
print_text("Hello World! 04")
65+
print_text("Hello World! 03")
6666

6767

6868
###################################################################
6969
# Chose monospace font and specify to it to "FreeMono"
7070

7171
plt.rcParams["font.family"] = "monospace"
7272
plt.rcParams["font.monospace"] = ["FreeMono"]
73-
print_text("Hello World! 05")
73+
print_text("Hello World! 04")

0 commit comments

Comments
 (0)