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 2e8dd4b commit 61c5c98Copy full SHA for 61c5c98
1 file changed
examples/showcase/anatomy.py
@@ -71,7 +71,7 @@ def annotate(x, y, text, code):
71
color = 'white' if path_effects else royal_blue
72
ax.text(x, y-0.2, text, zorder=100,
73
ha='center', va='top', weight='bold', color=color,
74
- style='italic', fontfamily='Courier New',
+ style='italic', fontfamily='monospace',
75
path_effects=path_effects)
76
77
color = 'white' if path_effects else 'black'
0 commit comments