Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-19 Thread Bill Baxter
On 3/20/07, Christian <[EMAIL PROTECTED]> wrote: > Bill Baxter wrote: > I found out that my version of matplotlib (0.87.7) does not know all methods > that ezplot is expecting to be known. Aha. Thanks for diagnosing the problem. Should be fixed in the latest ezplot I just uploaded to pypi. ("e

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-19 Thread Christian
Bill Baxter wrote: > On 3/20/07, Christian K. <[EMAIL PROTECTED]> wrote: >> Hi Bill, >> >> I just tried ezplot and encountered some problems: >> >> In [1]: import ezplot >> In [2]: p = ezplot.Plotter() >> In [3]: p.plot([1,2,3],[1,4,9],marker='o') >> >> At this point a window pops up for a second,

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-19 Thread Bill Baxter
On 3/20/07, Christian K. <[EMAIL PROTECTED]> wrote: > Hi Bill, > > I just tried ezplot and encountered some problems: > > In [1]: import ezplot > In [2]: p = ezplot.Plotter() > In [3]: p.plot([1,2,3],[1,4,9],marker='o') > > At this point a window pops up for a second, closes again and plot does not

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-19 Thread Christian K .
Hi Bill, I just tried ezplot and encountered some problems: In [1]: import ezplot In [2]: p = ezplot.Plotter() In [3]: p.plot([1,2,3],[1,4,9],marker='o') At this point a window pops up for a second, closes again and plot does not return. I'm running python 2.4.4 on kubuntu linux with wxPython 2

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-15 Thread Andrew Straw
Bill Baxter wrote: > On 3/15/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > >> Thanks, Sebastian. I'll take a look at Pyro. Hadn't heard of it. >> I'm using just xmlrpclib with pickle right now. >> > > I took a look at Pyro -- it looks nice. > The only thing I couldn't find, though, is how

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-14 Thread Bill Baxter
On 3/15/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > Thanks, Sebastian. I'll take a look at Pyro. Hadn't heard of it. > I'm using just xmlrpclib with pickle right now. I took a look at Pyro -- it looks nice. The only thing I couldn't find, though, is how decouple the wx GUI on the server side fr

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-14 Thread Bill Baxter
Thanks, Sebastian. I'll take a look at Pyro. Hadn't heard of it. I'm using just xmlrpclib with pickle right now. --bb On 3/15/07, Sebastian Haase <[EMAIL PROTECTED]> wrote: > Hey Bill, > what are you using to communicate with the server ? > May I recommend looking at Pyro ! > (Python remote obj

Re: [Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-14 Thread Sebastian Haase
Hey Bill, what are you using to communicate with the server ? May I recommend looking at Pyro ! (Python remote objects) It would allow you to get your proxy objects. And also handles exception super clean and easy. I have used it for many years ! It's very stable ! (If you run into problems, take

[Numpy-discussion] Nonblocking Plots with Matplotlib

2007-03-13 Thread Bill Baxter
Howdy Folks, I was missing the good ole days of using Matlab back at the Uni when I could debug my code, stop at breakpoints and plot various data without fear of blocking the interpreter process. Using "ipython -pylab" is what has been suggested to me in the past, but the problem is I don't do m