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 502a395

Browse filesBrowse files
authored
Update set_and_get.py
Small correction to change comment for setting l2 from "thicker" to "thinner" as this is consistent with the actual output and arguments.
1 parent 91261e7 commit 502a395
Copy full SHA for 502a395

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.