Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Dugas
meopar_demo
Commits
e84b9abb
Commit
e84b9abb
authored
Mar 03, 2017
by
James Caveen
Browse files
Added gnupot directive files
parent
e86ce13d
Changes
2
Hide whitespace changes
Inline
Side-by-side
gnuplot_heat2d.dir
0 → 100644
View file @
e84b9abb
set term X11 0
set view map
splot 'initial.dat' matrix with image
set term X11 1
splot 'final.dat' matrix with image
pause -1 "Hit enter to quit"
gnuplot_laplace.dir
0 → 100644
View file @
e84b9abb
set term X11 0
set contour base
splot 'laplace_solution.txt' with lines
pause -1 "Hit enter to quit"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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