[Matplotlib-users] Possible bug / odd behaviour in GridSpec?

2011-05-11 Thread David Andrews
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

[Matplotlib-users] OPlot-like function

2006-10-21 Thread David Andrews
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

Re: [Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread David Andrews
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, > > > >

[Matplotlib-users] 0.87.5 Installation alongside Numpy/SciPy [OS X]

2006-09-15 Thread David Andrews
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

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread David Andrews
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: > >

[Matplotlib-users] Postscript ouput on OS X problem.

2006-09-04 Thread David Andrews
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