Skip to content
Snippets Groups Projects
Commit d8d67b1d authored by Tomas Sobotik's avatar Tomas Sobotik
Browse files

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
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment