Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Nicolas Grilly
On 2/14/07, Sture Lygren <[EMAIL PROTECTED]> wrote: > Thank's a lot for your informative answer. I've solved the issue now using > WXAgg as backend. WX was way too slow (plotting two graphs with 8000 > datapoints each) Happy to know it have solved your issue :-) NG --

Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Sture Lygren
Hi, Thank's a lot for your informative answer. I've solved the issue now using WXAgg as backend. WX was way too slow (plotting two graphs with 8000 datapoints each) regards, Sture >> I've been trying to use matplotlib from boa constructor (on windows, >> running enthon-python2.4-1.0.0 and boa-co

Re: [Matplotlib-users] matplotlib and boa

2007-02-14 Thread Nicolas Grilly
> I've been trying to use matplotlib from boa constructor (on windows, > running enthon-python2.4-1.0.0 and boa-constructor 0.4.4). For test > purpose I have a single button-event call this function: > > def testPlot(): > plot([1,2,3]) > show() > > Everything is fine for the first e

[Matplotlib-users] matplotlib and boa

2007-02-13 Thread Sture Lygren
Hello, I've been trying to use matplotlib from boa constructor (on windows, running enthon-python2.4-1.0.0 and boa-constructor 0.4.4). For test purpose I have a single button-event call this function: def testPlot(): plot([1,2,3]) show() Everything is fine for the first event -