📄 particlesmootherharness.gnuplot
字号:
set terminal postscript eps enhanced colour solid 24set output "images/ParticleSmootherHarness.eps"set gridset size 2,2set style line 1 linetype 1 linewidth 1 pointtype 2 pointsize 2set style line 2 linetype 2 linewidth 1 pointtype 2 pointsize 2set style line 3 linetype 3 linewidth 1 pointtype 2 pointsize 2set style line 4 linetype 4 linewidth 8 pointtype 2 pointsize 2set style line 5 linetype 4 linewidth 1 pointtype 2 pointsize 2plot \"results/ParticleSmootherHarness_actual.out" using 2:3 title "actual" with lines linestyle 1,\"results/ParticleSmootherHarness_actual.out" using (floor($0)%10==0 ? $2 : 1/0):3 notitle with points linestyle 1,\"results/ParticleSmootherHarness_filter.out" using 2:3 title "filtered" with lines linestyle 2, \"results/ParticleSmootherHarness_filter.out" using (floor($0)%10==0 ? $2 : 1/0):3:(2*sqrt($4)):(2*sqrt($7)) notitle with xyerrorbars linestyle 2, \"results/ParticleSmootherHarness_smooth.out" using 2:3 title "smoothed" with lines linestyle 3, \"results/ParticleSmootherHarness_smooth.out" using (floor($0)%10==0 ? $2 : 1/0):3:(2*sqrt($4)):(2*sqrt($7)) notitle with xyerrorbars linestyle 3, \0 title "wall" with lines linestyle 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -