[Numpy-discussion] Nonblocking Plots with Matplotlib

Christian K. ckkart at hoc.net
Mon Mar 19 21:42:59 EDT 2007


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.6.3.3, twisted 2.4.

Any ideas how to solve that?

Christian







More information about the NumPy-Discussion mailing list