?? particlesmootherharness.gnuplot
字號(hào):
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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -