C-PLOT

Scientific Graphics and Data Analysis

D.9.1. - trees



#  @(#)trees	4.1  19 Sep 1992 CSS
#  Certified Scientific Software's C-PLOT

zeq9999w

re
# Select no ticks and no numbers
ty 528 528 0
cs s 10
ra 0 10 0 10
za
# Generate 30 random points between 0,0 and 5,5
fn calc.4 n=30; x=rand(5); y=rand(5);
sy 24
zp
fn . x=rand(5)+5; y=rand(5);
sy 25
zp
fn . x=rand(5); y=rand(5)+5;
sy 26
zp
fn . x=rand(5)+5; y=rand(5)+5;
sy 23
zp
zs

Here is the resulting graphic: