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 dc8eaa9 commit 2acfe38Copy full SHA for 2acfe38
examples/pylab_examples/usetex_demo.py
@@ -14,7 +14,7 @@
14
linewidth=5)
15
16
# legend
17
-plt.legend((r'phase field', r'level set', r'composition', r'sharp interface'), shadow=True, loc=(0.01, 0.55))
+plt.legend(('phase field', 'level set', 'composition', 'sharp interface'), shadow=True, loc=(0.01, 0.55))
18
19
ltext = plt.gca().get_legend().get_texts()
20
plt.setp(ltext[0], fontsize=20, color='b')
0 commit comments