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