Re: [Matplotlib-users] curtain plots

2013-09-26 Thread Jody Klymak
Hi All, To follow up on my own post - because my curtains and contours were well-ordered, I simply set the "zorder" on each call and got the right effect. Thanks, Jody On Sep 25, 2013, at 15:15 PM, Jody Klymak wrote: > > Hi all, > > I am trying to make 3-D "curtain" plots. Basic

[Matplotlib-users] specifying path to libpng

2013-09-26 Thread Nat Echols
Is there a way to force matplotlib to build (on Mac, 10.6, Xcode 3) against a specific, non-standard location of libpng? Right now it appears to be linking to /usr/X11/lib/libpng12.0.dylib, which is making it very difficult to install the resulting binaries on other Macs. I couldn't figure out a

[Matplotlib-users] streamplots in axesgrid

2013-09-26 Thread Yoshi Rokuko
Hey, I'm trying to plot streamplots into an axesgrid object with something like: fig = pl.figure(1, (13, 20)) grid = AxesGrid(fig, 111, nrows_ncols = (3, 2), axes_pad = 0.6, cbar_location = 'top', cbar_mode = 'each',