From 54c3f7e83dabc75969e645631ca1bec8d22b611e Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Tue, 17 Jan 2023 14:25:52 +0100 Subject: [PATCH] density plot: skip first two lines --- density.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/density.p b/density.p index a484014..8902f48 100644 --- a/density.p +++ b/density.p @@ -3,4 +3,4 @@ list = system(glob) print list set datafile separator ',' unset key -plot for [file in list] file using 2:3 w l lw 2 lc rgb "#F00000FF" +plot for [file in list] file using 2:3 every ::2 w l lw 2 lc rgb "#F00000FF" -- GitLab