Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1f0865

Browse filesBrowse files
authored
Merge pull request matplotlib#26266 from QuLogic/anatomy-font
DOC: Use consistent font for anatomy example
2 parents abb2059 + ab9dc45 commit b1f0865
Copy full SHA for b1f0865

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎galleries/examples/showcase/anatomy.py

Copy file name to clipboardExpand all lines: galleries/examples/showcase/anatomy.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.