Re: [Matplotlib-users] WX dynamic plot slowly fills memory

2007-04-18 Thread ednspace
Christopher Barker wrote: ednspace wrote: I'm using WXpython and the OO api of matplotlib. Have you tried wxAgg? if nothing else, it should look better. It would be interesting to see if it behaves differently as far as memory is concerned. Also, be sure to post your versions and

[Matplotlib-users] WX dynamic plot slowly fills memory

2007-04-17 Thread ednspace
I am trying to make a dynamic plot to monitor sensor data, slowly over time. It will be updated about once a second. When I leave my app running it slowly fills up memory. I am new to OO programming, python and Matplotlib so the chances of me doing something wrong are huge! I'm using WXpython

Re: [Matplotlib-users] WX dynamic plot slowly fills memory

2007-04-17 Thread Christopher Barker
ednspace wrote: I'm using WXpython and the OO api of matplotlib. Have you tried wxAgg? if nothing else, it should look better. It would be interesting to see if it behaves differently as far as memory is concerned. Also, be sure to post your versions and platform. -Chris -- Christopher