Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a46f04 + 502a395 commit c15694bCopy full SHA for c15694b
1 file changed
examples/pylab_examples/set_and_get.py
@@ -77,7 +77,7 @@
77
l1, l2 = lines
78
plt.setp(lines, linestyle='--') # set both to dashed
79
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
+plt.setp(l2, linewidth=1, color='g') # line2 is thinner and green
81
82
83
print('Line setters')
0 commit comments