import numpy as np from matplotlib import pyplot as plt from scipy.stats import t # 在5-15范围内 ... n) fig = plt.gca() plt.errorbar(1, X_mean, yerr=X_std, ...
確定! 回上一頁