matplotlib error bars code example
Example: matplotlib error bars
#Plot symmetric error bar in both dimension
#if only one dimension needed, omit xerr or yerr
plt.errorbar(x, y, xerr=xerr, yerr=yerr)
#Plot symmetric error bar in both dimension
#if only one dimension needed, omit xerr or yerr
plt.errorbar(x, y, xerr=xerr, yerr=yerr)