4.3.4 T 2 Error bars To make a graph with error bars, use plt.errorbar(x_values, y_values, yerr=y_errors, xerr=x_errors, fmt='or') This function doesn't add ...
確定! 回上一頁