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.
1 parent abb2059 commit ab9dc45Copy full SHA for ab9dc45
1 file changed
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