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 lo

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 ground

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 w

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

2007-08-02 Thread william ratcliff
One of my colleagues, Paul Kienzle has made a number of additions to matplotlib for interacting with artists. I need to use some of those additions--which are not included in the stable release. Paul's on vacation, so I am trying to start from source. Thanks, William On 8/2/07, John Hunter <[EM

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 chec

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] [Numpy-discussion] rant against from numpy import * / from pylab import *

2007-08-02 Thread Sebastian Haase
continue except KeyError: pass P.__dict__[k] = v P.ion() del matplotlib, new, pylab The result is "some" reduction in the number of non-pylab-specific names in my "P"-module. However there seem to be still many extra names left, l

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] 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 ...