Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5c3cba

Browse files
committed
Merge pull request #8033 from shaunwbell/patch-1
DOC: Update inline comment in set_and_get.py
1 parent 68d2327 commit e5c3cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/set_and_get.py

Lines 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)