Mercurial > hg > octave-lyh
comparison scripts/plot/scatter.m @ 7245:d65670971cbc
[project @ 2007-12-04 03:03:54 by jwe]
author | jwe |
---|---|
date | Tue, 04 Dec 2007 03:03:55 +0000 |
parents | dd88d61d443f |
children | dbd0c77e575e |
comparison
equal
deleted
inserted
replaced
7244:5a9561046b89 | 7245:d65670971cbc |
---|---|
74 if (nargout > 0) | 74 if (nargout > 0) |
75 retval = tmp; | 75 retval = tmp; |
76 endif | 76 endif |
77 | 77 |
78 endfunction | 78 endfunction |
79 | |
80 %!demo | |
81 %! x = randn (100, 1); | |
82 %! y = randn (100, 1); | |
83 %! scatter (x, y, [], sqrt(x.^2 + y.^2)); |