home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
!Graph
/
examples
/
Normal
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-20
|
140 b
|
12 lines
; Normal distribution curve
xrange -3 3
yrange -.01 .5
grid 1 .1
axes 0 0
steps 100
title Normal distribution
plot exp(-x*x)/sqrt(2*pi)