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

Skip to content

Commit 141769a

Browse files
authored
Merge pull request #26267 from meeseeksmachine/auto-backport-of-pr-26266-on-v3.7.x
Backport PR #26266 on branch v3.7.x (DOC: Use consistent font for anatomy example)
2 parents 2e8dd4b + 61c5c98 commit 141769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showcase/anatomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def annotate(x, y, text, code):
7171
color = 'white' if path_effects else royal_blue
7272
ax.text(x, y-0.2, text, zorder=100,
7373
ha='center', va='top', weight='bold', color=color,
74-
style='italic', fontfamily='Courier New',
74+
style='italic', fontfamily='monospace',
7575
path_effects=path_effects)
7676

7777
color = 'white' if path_effects else 'black'

0 commit comments

Comments
 (0)