Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
d8d67b1d
There was an error fetching the commit references. Please try again later.
Commit
d8d67b1d
authored
9 years ago
by
Tomas Sobotik
Browse files
Options
Downloads
Patches
Plain Diff
Added log form gnuplot showing how to display level-sets.
parent
c99c65a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/hamilton-jacobi-parallel-map/gnuplot.txt
+32
-0
32 additions, 0 deletions
examples/hamilton-jacobi-parallel-map/gnuplot.txt
with
32 additions
and
0 deletions
examples/hamilton-jacobi-parallel-map/gnuplot.txt
0 → 100644
+
32
−
0
View file @
d8d67b1d
tomas@tomas-linux:~/Desktop/VU_CPU_MAPA/work_dir$ gnuplot
G N U P L O T
Version 4.6 patchlevel 4 last modified 2013-10-02
Build System: Linux x86_64
Copyright (C) 1986-1993, 1998, 2004, 2007-2013
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help FAQ"
immediate help: type "help" (plot window: hit 'h')
Terminal type set to 'wxt'
gnuplot> set cntrparam levels 15
gnuplot> set cntrparam bspline
gnuplot> set contour
gnuplot> splot 'u-00001.gplt'
gnuplot> unset surface
gnuplot> splot 'u-00001.gplt'
gnuplot> set table "test.gplt"
gnuplot> splot 'u-00001.gplt'
gnuplot> unset table
gnuplot> set table "test2.gplt"
gnuplot> plot 'test.gplt' index 10
gnuplot> unset table
gnuplot> plot 'test2.gplt'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment