Skip to content

Commit 61c5c98

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR #26266: DOC: Use consistent font for anatomy example
1 parent 2e8dd4b commit 61c5c98

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)