Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sergey Kireev
nle
Commits
d0ab8da8
Commit
d0ab8da8
authored
Oct 24, 2021
by
Sergey Kireev
Browse files
scripts fix
parent
27c54197
Changes
2
Hide whitespace changes
Inline
Side-by-side
nle_cpp/scripts/gnuplot/make_png_sqr.plt
View file @
d0ab8da8
...
...
@@ -18,7 +18,6 @@ if (!exists("nt0")) nt0=0
if (!exists("prefix")) prefix="data"
if (!exists("suffix")) suffix=".dat"
if (!exists("title")) title=""
if (exists("nt")) title=sprintf("%s%d",title,nt)
if (!exists("sx")) sx=800
if (!exists("sy")) sy=800
...
...
nle_cpp/scripts/run_multiple/do_datgz2pngfin.sh
View file @
d0ab8da8
...
...
@@ -33,9 +33,9 @@ while next_iteration; do
tar
-C
$tmpdir
-xzf
$dattgzfile
${
tmpdatname
}
||
{
echo
"tar -C
$tmpdir
-xzf
$dattgzfile
${
tmpdir
}
/
${
tmpdatname
}
: failed!"
;
exit
;
}
#mv ${tmpdatname} $targetfile
gnuplot
-e
"nx=
${
nx
}
; ny=
${
ny
}
;
nt=
${
nt
}
; nts=
${
nts
}
;
gnuplot
-e
"nx=
${
nx
}
; ny=
${
ny
}
;
name=
\"
${
tmpdir
}
/
${
tmpdatname
}
\"
;
title=
\"
${
title
}
\"
; sx=
${
pic_size_x
}
; sy=
${
pic_size_y
}
;
title=
\"
${
title
}
${
nt
}
\"
; sx=
${
pic_size_x
}
; sy=
${
pic_size_y
}
;
colorn=
\"
${
colorN
}
\"
; colorl=
\"
${
colorL
}
\"
; colore=
\"
${
colorE
}
\"
"
${
script_png
}
# name=\"${fromdir}/${datname}\";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment