test4.gnuplot
来自「dysii是一款非常出色的滤波函数库」· GNUPLOT 代码 · 共 23 行
GNUPLOT
23 行
set terminal postscript eps enhanced colour solid 24set output "images/test4.eps"set gridset size 2,2set style line 2 linetype 1 linewidth 10set style line 3 linetype 1 linewidth 3set style line 4 linetype 2 linewidth 10set style line 5 linetype 2 linewidth 3set style line 6 linetype 3 linewidth 10set style line 7 linetype 3 linewidth 3plot "results/test4_actual.out" using 1:2 with lines linestyle 2 title "actual mean",\"results/test4_actual.out" using 1:($2+sqrt($3)) with lines linestyle 3 title "actual std. dev.",\"results/test4_actual.out" using 1:($2-sqrt($3)) with lines linestyle 3 notitle,\"results/test4_expected.out" using 1:2 with lines linestyle 4 title "expected mean",\"results/test4_expected.out" using 1:($2+sqrt($3)) with lines linestyle 5 title "expected std. dev.",\"results/test4_expected.out" using 1:($2-sqrt($3)) with lines linestyle 5 notitle,\"results/test4_sample.out" using 1:2 with lines linestyle 6 title "importance sampled mean",\"results/test4_sample.out" using 1:($2+sqrt($3)) with lines linestyle 7 title "importance sampled std. dev.",\"results/test4_sample.out" using 1:($2-sqrt($3)) with lines linestyle 7 notitle
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?