gpt4 book ai didi

formatting - Gnuplot 平滑置信区间线而不是误差线

转载 作者:bug小助手 更新时间:2023-10-28 10:50:46 24 4
gpt4 key购买 nike

我希望在我的数据线上方和下方有一条 95% 的置信区间线 - 而不是每个点的垂直条。

有没有一种方法可以在 gnuplot 中做到这一点而无需绘制另一条线?还是我需要绘制另一条线,然后适本地标记它?

最佳答案

您可以使用 filledcurves 样式来填充 95% 置信度的区域。考虑示例数据文件 data.dat 的内容:

# x y   ylow yhigh
1 3 2.6 3.5
2 5 4 6
3 4 3.2 4.3
4 3.5 3.3 3.7

并用脚本绘制它

set style fill transparent solid 0.2 noborder
plot 'data.dat' using 1:3:4 with filledcurves title '95% confidence', \
'' using 1:2 with lp lt 1 pt 7 ps 1.5 lw 3 title 'mean value'

得到

enter image description here

关于formatting - Gnuplot 平滑置信区间线而不是误差线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25512006/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com