kerneltwofiltersmootherharness.gnuplot

来自「dysii is a C++ library for distributed p」· GNUPLOT 代码 · 共 20 行

GNUPLOT
20
字号
set terminal postscript eps enhanced colour solid 24set output "images/KernelTwoFilterSmootherHarness.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/KernelTwoFilterSmootherHarness_actual.out" using 2:3 title "actual" with lines linestyle 1,\"results/KernelTwoFilterSmootherHarness_actual.out" using (floor($0)%10==0 ? $2 : 1/0):3 notitle with points linestyle 1,\"results/KernelTwoFilterSmootherHarness_filter.out" using 2:3 title "filtered" with lines linestyle 2, \"results/KernelTwoFilterSmootherHarness_filter.out" using (floor($0)%10==0 ? $2 : 1/0):3:(2*sqrt($4)):(2*sqrt($7)) notitle with xyerrorbars linestyle 2, \"results/KernelTwoFilterSmootherHarness_smooth.out" using 2:3 title "smoothed" with lines linestyle 3, \"results/KernelTwoFilterSmootherHarness_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 + =
减小字号Ctrl + -
显示快捷键?