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

add ploting files to plot exported paramSweep dirs

parent cc73291f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";
gnuplot -p -e "dir='$1'" $SCRIPT_DIR/density.p
glob = 'ls '.dir.'/*.csv'
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment