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 c15694b

Browse filesBrowse files
authored
Merge pull request #8033 from shaunwbell/patch-1
DOC: Update inline comment in set_and_get.py
2 parents 6a46f04 + 502a395 commit c15694b
Copy full SHA for c15694b

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/set_and_get.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/set_and_get.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
l1, l2 = lines
7878
plt.setp(lines, linestyle='--') # set both to dashed
7979
plt.setp(l1, linewidth=2, color='r') # line1 is thick and red
80-
plt.setp(l2, linewidth=1, color='g') # line2 is thicker and green
80+
plt.setp(l2, linewidth=1, color='g') # line2 is thinner and green
8181

8282

8383
print('Line setters')

0 commit comments

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