changed the genplots script because just passing gnuplot a glob uses persistant configuration options
This commit is contained in:
parent
4d043062b7
commit
03e1e3a24a
@ -17,7 +17,11 @@ truthiness/3D \
|
||||
|
||||
for dir in $DIRS
|
||||
do
|
||||
cd $dir && gnuplot *.plt
|
||||
cd $dir
|
||||
for pltfile in *.plt
|
||||
do
|
||||
gnuplot $pltfile
|
||||
done
|
||||
cd $ROOTDIR
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user