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
36c7b46f
Commit
36c7b46f
authored
Sep 16, 2021
by
Sergey Kireev
Browse files
gnuplot scripts fixed
parent
189a2b95
Changes
2
Hide whitespace changes
Inline
Side-by-side
nle_cpp/scripts/gnuplot/make_png_hex.plt
View file @
36c7b46f
...
...
@@ -18,6 +18,7 @@ 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/gnuplot/make_png_sqr.plt
View file @
36c7b46f
...
...
@@ -18,6 +18,7 @@ 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
...
...
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