Skip to content

Commit f5c787f

Browse files
committed
added errorbar limit test
1 parent 2be7e7f commit f5c787f

File tree

5 files changed

+2077
-0
lines changed

5 files changed

+2077
-0
lines changed

examples/statistics/errorbar_lims.py renamed to examples/statistics/errorbar_limits.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
ls='none', mec='blue', capsize=0, color='cyan')
4949

5050
ax.set_xlim((0, 5.5))
51+
ax.set_title('Errorbar upper and lower limits')
5152
plt.show()
5253

Binary file not shown.

0 commit comments

Comments
 (0)