Skip to content
Snippets Groups Projects
Commit 54c3f7e8 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

density plot: skip first two lines

parent 74624447
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment