xpecting the above snippet to work, then I'd happily
spend some time looking into this in more detail, having written some
similar code in IDL. The docs for that module also look like they
could benefit from some work.
Cheers,
Dave
-
David Andrews
PhD Stud
Hi,
I'm slightly confused as to how i'm supposed to write a program that
will call plot() once initially, and then subsequently update the plot
with new points as they are generated.
As i understand it I should be doing something along the following lines:
#First call:
plot(x0,y0,hold=True)
show
Cheers,
Dave
On 15/09/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
> mpl 0.87.5 is compiled against numpy 1.0b5. It should remain
> compatible with future release of 1.0.
>
> On 9/15/06, David Andrews <[EMAIL PROTECTED]> wrote:
> > Hi everyone,
> >
> >
Hi everyone,
I'm confused as to what version of NumPy this most recent release of
matplotlib wants to be used with - I get the following message:
>>> from pylab import *
RuntimeError: module compiled against version 102 of C-API but
this version of numpy is 100
...etc
This suggests to me
For the benefit of the mailing list & developers, this fix works fine
for me (OS X Tiger 10.4.7)
Cheers John.
Dave
On 04/09/06, John Hunter <[EMAIL PROTECTED]> wrote:
> >>>>> "David" == David Andrews <[EMAIL PROTECTED]> writes:
>
>
Hiya, i'm having a problem getting a valid postscript file produced on OS X.
Using the example subplot_demo.py, modified to include the line:
savefig('subplot_demo')
in the place of the show() command, and running it using:
python subplot_demo.py -dPS
Produces the .ps file (available h