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

Skip to content

Commit ab9dc45

Browse files
committed
DOC: Use consistent font for anatomy example
1 parent abb2059 commit ab9dc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/showcase/anatomy.py

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

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

0 commit comments

Comments
 (0)