comparison scripts/plot/plot.m @ 3063:4287b8c06fbf

[project @ 1997-06-26 02:36:05 by jwe]
author jwe
date Thu, 26 Jun 1997 02:36:14 +0000
parents 8b262e771614
children a4cd1e9d9962
comparison
equal deleted inserted replaced
3062:7310b801f8c2 3063:4287b8c06fbf
63 63
64 ## Author: jwe 64 ## Author: jwe
65 65
66 function plot (...) 66 function plot (...)
67 67
68 ## XXX FIXME XXX -- these plot states should really just be set
69 ## temporarily, probably inside an unwind_protect block, but there is
70 ## no way to determine their current values.
71
68 gset nologscale; 72 gset nologscale;
69 gset nopolar; 73 gset nopolar;
70 74
71 __plt__ ("plot", all_va_args); 75 __plt__ ("plot", all_va_args);
72 76