home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
para6.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
232b
|
15 lines
# para6.plt
paper size 11 by 8.5
clear
color lred
parametric plot t 0,2*pi sin(t) sin(2*t)
color green
draw x y
xlabel 'sin(t)'
ylabel 'sin(2*t)'
color lblue
char size 0.2 slant 10 font 3
title 'Parametric Plot VI'