Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb2059 + ab9dc45 commit b1f0865Copy full SHA for b1f0865
galleries/examples/showcase/anatomy.py
@@ -72,7 +72,7 @@ def annotate(x, y, text, code):
72
color = 'white' if path_effects else royal_blue
73
ax.text(x, y-0.2, text, zorder=100,
74
ha='center', va='top', weight='bold', color=color,
75
- style='italic', fontfamily='Courier New',
+ style='italic', fontfamily='monospace',
76
path_effects=path_effects)
77
78
color = 'white' if path_effects else 'black'
0 commit comments