Revision 1 as of 2007-04-29 16:49:00

Clear message

Describe erhansenlik here. # -*- coding: cp1254 -*- #random number generation import random import string f=open("ran.dat","wr") n=int(raw_input("kaç tane rasgele sayı istersiniz\n")) for i in range(n):

import Numeric import Gnuplot,Gnuplot.funcutils g=Gnuplot.Gnuplot(debug=1) g('set grid') g.plot("'ran.dat' with linespoints") g('set terminal png') g('set output "random.png"') g.plot("'ran.dat' with linespoints")

Unable to edit the page? See the FrontPage for instructions.