plotting slows down

Norman Elliott norman.elliott at gmail.com
Mon Jan 13 13:33:43 EST 2014


On Monday, 13 January 2014 18:05:52 UTC, Dave Angel  wrote:
> Chris Angelico  Wrote in message:
> 


Well Ian's suggestion has really done the job. Now each iteration takes just 0.14 seconds now.
changed to:
[code]
win = GraphWin("My Circle", xpos, ypos, autoflush=False)
[/code]

and added 
[code]
update()
[/code]

immediately after the line
[code]
for y in range(1,12):
[/code]

previously the first iteration took 0.48 seconds and the the 10th 4.76



More information about the Python-list mailing list