我用来sns.lineplot在图中显示置信区间。
sns.lineplot
sns.lineplot(x = threshold, y = mrl_array, err_style = 'band', ci=95) plt.show()
我得到以下图,它不显示置信区间:
有什么问题?
python confidence-interval python-3.x seaborn errorbar
confidence-interval ×1
errorbar ×1
python ×1
python-3.x ×1
seaborn ×1