diff scripts/plot/scatter3.m @ 11363:a0dfd7e8e3e2

Assign data used in demo plots for reproducibility between runs
author Rik <octave@nomad.inbox5.com>
date Tue, 14 Dec 2010 17:27:19 -0800
parents be55736a0783
children 4286b8b999ab
line wrap: on
line diff
--- a/scripts/plot/scatter3.m	Tue Dec 14 02:01:59 2010 -0500
+++ b/scripts/plot/scatter3.m	Tue Dec 14 17:27:19 2010 -0800
@@ -80,6 +80,7 @@
 
 endfunction
 
+
 %!demo
 %! [x, y, z] = peaks (20);
 %! scatter3 (x(:), y(:), z(:), [], z(:));
@@ -102,5 +103,3 @@
 %! z = rand (20,1);
 %! scatter3 (x(:), y(:), z(:), 20*z(:), [], "s");
 
-
-