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 2acfe38

Browse filesBrowse files
committed
remove r on strings when not needed
1 parent dc8eaa9 commit 2acfe38
Copy full SHA for 2acfe38

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

‎examples/pylab_examples/usetex_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/usetex_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
linewidth=5)
1515

1616
# legend
17-
plt.legend((r'phase field', r'level set', r'composition', r'sharp interface'), shadow=True, loc=(0.01, 0.55))
17+
plt.legend(('phase field', 'level set', 'composition', 'sharp interface'), shadow=True, loc=(0.01, 0.55))
1818

1919
ltext = plt.gca().get_legend().get_texts()
2020
plt.setp(ltext[0], fontsize=20, color='b')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.