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

Skip to content

Commit f0ff4e2

Browse files
committed
Modified an existing example to demo capthick.
1 parent 8a26ab7 commit f0ff4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/errorbar_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
yerr_lower = y - ylower
4040

4141
ax.errorbar(x, y, yerr=[yerr_lower, 2*yerr], xerr=xerr,
42-
fmt='o', ecolor='g')
42+
fmt='o', ecolor='g', capthick=2)
4343
ax.set_title('Mixed sym., log y')
4444

4545
fig.suptitle('Variable errorbars')

0 commit comments

Comments
 (0)