标签: python-3.x plot statistics data-visualization seaborn
我正在使用Seaborn的线图来显示图中的置信区间。 代码是:
sns.lineplot(x = threshold, y = mrl_array, err_style = 'band', ci=95) plt.show()
我得到的情节是:
那么,到底是什么问题?