⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test4.gnuplot

📁 dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical
💻 GNUPLOT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -