From: Flavio C. <fcc...@gm...> - 2005-01-22 22:50:40
|
Hi Johnathan, While waiting for your response, I managed to fix most of the problems I had, including the keystrike catcher. I posted the updated version of my stripchart module here: http://www.procc.fiocruz.br:8080/procc/Members/flavio/codepy/stripch.py/fil= e_view Unfortunately, there is a pretty significant memory leak in my drawTickLabels function That I couldn't fix. Could it be originated from the label object? Have you had any issues concerning creating and destroying many labels continuously? because of this leak the call to this function in the plot function is commented. I would appreciate any ideas/ suggestions on this... On Fri, 21 Jan 2005 15:00:35 -0200, Flavio Coelho <fcc...@gm...> wrot= e: > Hi Johnathan, >=20 > Thanks for your reply, it was very useful. >=20 > I wrote a quick stripchart module for vpython (attached) that would be > glad to contribute to vpython if you think it may be of use. It still > need some polishing such as y-axis autoscaling plus adding more > features. >=20 --=20 Fl=E1vio Code=E7o Coelho --------------------------- Great spirits have always found violent opposition from mediocrities. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence. Albert Einstein |