diff 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
line wrap: on
line diff
--- a/scripts/plot/scatter.m
+++ b/scripts/plot/scatter.m
@@ -76,3 +76,8 @@
   endif
 
 endfunction
+
+%!demo
+%! x = randn (100, 1);
+%! y = randn (100, 1);
+%! scatter (x, y, [], sqrt(x.^2 + y.^2));