Skip to content

Commit 502a395

Browse 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

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)