From d8d67b1dd9dd0a5ba6cbdc1164fe43c0909f5877 Mon Sep 17 00:00:00 2001
From: Tomas Sobotik <sobotto4@fjfi.cvut.cz>
Date: Tue, 29 Mar 2016 23:39:58 +0200
Subject: [PATCH] Added log form gnuplot showing how to display level-sets.

---
 .../hamilton-jacobi-parallel-map/gnuplot.txt  | 32 +++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 examples/hamilton-jacobi-parallel-map/gnuplot.txt

diff --git a/examples/hamilton-jacobi-parallel-map/gnuplot.txt b/examples/hamilton-jacobi-parallel-map/gnuplot.txt
new file mode 100644
index 0000000000..d4ae619839
--- /dev/null
+++ b/examples/hamilton-jacobi-parallel-map/gnuplot.txt
@@ -0,0 +1,32 @@
+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' 
+
-- 
GitLab