diff scripts/plot/mesh.m @ 5829:93785a1b0f97

[project @ 2006-05-23 18:34:10 by jwe]
author jwe
date Tue, 23 May 2006 18:34:10 +0000
parents ace8d8d26933
children 01556febbaaf
line wrap: on
line diff
--- a/scripts/plot/mesh.m	Tue May 23 06:05:14 2006 +0000
+++ b/scripts/plot/mesh.m	Tue May 23 18:34:10 2006 +0000
@@ -74,9 +74,8 @@
         __gnuplot_raw__ ("set nologscale;\n");
         __gnuplot_set__ parametric;
         __gnuplot_raw__ ("set view 60, 30, 1, 1;\n");
-        __gnuplot_set__ palette defined ( 0 "dark-blue", 1 "blue", ...
-                  2 "cyan", 3 "yellow", 4 "red" , 5 "dark-red" )
-        __gnuplot_set__ nocolorbox
+        __gnuplot_raw__ ("set palette defined (0 \"dark-blue\", 1 \"blue\", 2 \"cyan\", 3 \"yellow\", 4 \"red\" , 5 \"dark-red\");\n");
+        __gnuplot_raw__ ("set nocolorbox;\n");
         __gnuplot_splot__ zz with line palette;
         __gnuplot_set__ noparametric;
       else