Re: [Matplotlib-users] New user's question --- first run --- everything seems fine, got error msgs.

2007-08-02 Thread frigoris . ma
Thank you Christopher that's great. wxPython working fine, no warnings. Cong. On 8/2/07, Christopher Barker [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Dear all: The first problem was fixed by upgrading to a recent version of ipython. As for the second (IPP stuff) warning ... still

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread Michael Droettboom
Well, the good news is that I was able to get it to compile and run the wxPython backend on Windows. The bad news is that my symptoms are different enough from yours that I'm not sure this will help you. I started with a reasonably clean Windows XP SP2 machine with no development tools on it.

Re: [Matplotlib-users] [Numpy-discussion] rant against from numpy import * / from pylab import *

2007-08-02 Thread Sebastian Haase
at this: # 20070802 # len(dir(pylab)) # 441 # len(dir(P)) # 346 # P.nx.numpy.__version__ # '1.0.1' # N.__version__ # '1.0.1' # N.alltrue # function alltrue at 0x01471B70 # P.alltrue # function alltrue at 0x019142F0 # N.alltrue.__doc__

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread william ratcliff
Thanks again for all your work on this. I moved my old minGW and installed MinGW-5.1.3, and was already running the others--except numpy, I have the latest version from svn, which I compiled and built fine after building atlas. I checked out matplotlib from svn and did the same as you --I didn't

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread John Hunter
On 8/2/07, william ratcliff [EMAIL PROTECTED] wrote: Thanks again for all your work on this. I moved my old minGW and installed MinGW-5.1.3, and was already running the others--except numpy, I have the latest version from svn, which I compiled and built fine after building atlas. I checked

Re: [Matplotlib-users] question about building from source on windows

2007-08-02 Thread william ratcliff
Oh--sorry I didn't read carefully--I don't need to install from source if there is a binary of the current svn version. Thanks!! William On 8/2/07, william ratcliff [EMAIL PROTECTED] wrote: One of my colleagues, Paul Kienzle has made a number of additions to matplotlib for interacting with

Re: [Matplotlib-users] Basemap:'snapback' on line crossing global plot edge

2007-08-02 Thread Ted Drain
I don't think so. We always manually check for horizontal and vertical axis crossings and split the line as many times as necessary. At 03:31 PM 8/2/2007, James Boyle wrote: This is probably for Jeff but maybe someone else has an answer. If I plot a satellite orbit on the globe when the

Re: [Matplotlib-users] Basemap:'snapback' on line crossing global plot edge

2007-08-02 Thread Jeff Whitaker
Ted Drain wrote: I don't think so. We always manually check for horizontal and vertical axis crossings and split the line as many times as necessary. One other solution might be to not plot a line, but use scatter to plot the individual points. If there are enough of them, it will look