From: Andrew D. <dou...@la...> - 2004-02-03 22:35:01
|
I'm running into performance and memory problems with gdots() under Linux. Specifically, the following program: from visual.graph import * gdisplay() funct = gcurve() for t in arange(0, 100, .1): funct.plot( pos=(t, cos(t))) completes in about 6 seconds and uses 13 Meg of memory (according to top), but the same program with gdots() instead of gcurve() takes about 135 seconds and consumes about 96 Megs of memory! Does anyone have any idea what's up? Thanks, -- Andy Dougherty dou...@la... Dept. of Physics Lafayette College, Easton PA 18042 |