comparison scripts/statistics/base/ppplot.m @ 5215:32c569794216

[project @ 2005-03-16 18:54:42 by jwe]
author jwe
date Wed, 16 Mar 2005 18:54:52 +0000
parents 05415e529cef
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5214:eecc24b92d97 5215:32c569794216
67 y = feval (F, s, varargin{:}); 67 y = feval (F, s, varargin{:});
68 endif 68 endif
69 69
70 if (nargout == 0) 70 if (nargout == 0)
71 axis ([0, 1, 0, 1]); 71 axis ([0, 1, 0, 1]);
72 gset nokey; 72 __gnuplot_set__ nokey;
73 plot (p, y); 73 plot (p, y);
74 endif 74 endif
75 75
76 endfunction 76 endfunction