comparison doc/interpreter/sparseimages.m @ 6180:133e7a4a5565

[project @ 2006-11-17 21:09:34 by jwe]
author jwe
date Fri, 17 Nov 2006 21:09:34 +0000
parents 830235f4984f
children 44c91c5dfe1d
comparison
equal deleted inserted replaced
6179:235a1b456cf4 6180:133e7a4a5565
251 __gnuplot_raw__ ("set hidden3d;\n"); 251 __gnuplot_raw__ ("set hidden3d;\n");
252 __gnuplot_raw__ ("set data style lines;\n"); 252 __gnuplot_raw__ ("set data style lines;\n");
253 __gnuplot_raw__ ("set surface;\n"); 253 __gnuplot_raw__ ("set surface;\n");
254 __gnuplot_raw__ ("set nocontour;\n"); 254 __gnuplot_raw__ ("set nocontour;\n");
255 __gnuplot_raw__ ("set nologscale;\n"); 255 __gnuplot_raw__ ("set nologscale;\n");
256 __gnuplot_set__ parametric;
257 __gnuplot_raw__ ("set view 60, 30, 1, 1;\n"); 256 __gnuplot_raw__ ("set view 60, 30, 1, 1;\n");
258 __gnuplot_raw__ ("set nokey;\n"); 257 __gnuplot_raw__ ("set nokey;\n");
259 __gnuplot_raw__ ("set nocolorbox;\n"); 258 __gnuplot_raw__ ("set nocolorbox;\n");
260 msg = strcat ("");
261 __gnuplot_raw__ ("set title \"Sorry, graphics not available because octave was\\ncompiled without the sparse matrix implementation.\";\n"); 259 __gnuplot_raw__ ("set title \"Sorry, graphics not available because octave was\\ncompiled without the sparse matrix implementation.\";\n");
262 __plt3__ (zz, "", ""); 260 __plt3__ (zz, true, "", "", "", "");
263 unwind_protect_cleanup 261 unwind_protect_cleanup
264 __gnuplot_set__ noparametric;
265 print (strcat (nm, ".", typ), strcat ("-d", typ)); 262 print (strcat (nm, ".", typ), strcat ("-d", typ));
266 bury_output (); 263 bury_output ();
267 end_unwind_protect 264 end_unwind_protect
268 endif 265 endif
269 endfunction 266 endfunction