Re: [Matplotlib-users] matplotlib and py2exe

2007-04-12 Thread Grant Edwards
-comment the matplotlib.numerix line. Also note that if you only include UTC and you use the timezone stuff in matplot then a user NOT using UTC, i.e. another timezone will have a problem, it is therefore better to just include all of pytz. Why does matplotlib need timezone data?? -- Grant

[Matplotlib-users] Program hangs when I call pylab.show()

2007-04-09 Thread Grant Edwards
I'm following the 3D plotting examples I found at http://www.scipy.org/Cookbook/Matplotlib/mplot3D The problem is that my program hangs when I call pylab.show(), it never returns: my program hangs. How do I show a 3D plot without hanging my program? -- Grant Edwards grante

Re: [Matplotlib-users] Program hangs when I call pylab.show()

2007-04-09 Thread Grant Edwards
process that is separate from the terminal (I assume you are using a terminal). I'm not sure what you mean by using a terminal. I'm running my python app from the command line in a terminal emulator window. -- Grant Edwards grante Yow! Hey, I LIKE

Re: [Matplotlib-users] Program hangs when I call pylab.show()

2007-04-09 Thread Grant Edwards
On 2007-04-09, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-04-09, Lou Pecora [EMAIL PROTECTED] wrote: I assume you mean the first example, the wire frame (see below). It works for me. I've tried that code as well, and p.show() doesn't return until the window is closed. If I use code