home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
python
/
python_1
/
!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)