comparison scripts/plot/plot3.m @ 6078:34b1758d3247

[project @ 2006-10-24 18:38:51 by jwe]
author jwe
date Tue, 24 Oct 2006 18:38:51 +0000
parents 01556febbaaf
children 1a6d826e92b5
comparison
equal deleted inserted replaced
6077:95f153281c97 6078:34b1758d3247
221 __gnuplot_raw__ ("set nohidden3d;\n") 221 __gnuplot_raw__ ("set nohidden3d;\n")
222 __gnuplot_set__ parametric; 222 __gnuplot_set__ parametric;
223 223
224 __plt3__ ([([x; NaN*ones(1,size(x,2))])(:), ... 224 __plt3__ ([([x; NaN*ones(1,size(x,2))])(:), ...
225 ([y; NaN*ones(1,size(y,2))])(:), ... 225 ([y; NaN*ones(1,size(y,2))])(:), ...
226 ([z; NaN*ones(1,size(z,2))])(:)], "", fmt); 226 ([z; NaN*ones(1,size(z,2))])(:)],
227 "u($1):($2):($3)", fmt);
227 228
228 unwind_protect_cleanup 229 unwind_protect_cleanup
229 __gnuplot_set__ noparametric; 230 __gnuplot_set__ noparametric;
230 end_unwind_protect 231 end_unwind_protect
231 232