Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Fernando Garcia Bermudez writes: > I tested your changes (up to mpl_install_std) and merged the pull request. > Upon solving the binaries issue we could probably close this pull request. > Or we could open an issue for that particular matter. Thanks; pull request #17 is IMHO ready for merging in

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Eric Firing writes: > While in the middle of overhauling make.osx, I think it makes sense to > go ahead and fix the ARCH_FLAGS variable, and then use it throughout in > place of the hardwired ARCH_FLAGS. That will make it easier to use the > makefile on a range of OS X and Xcode versions. It

[matplotlib-devel] csd demo image clipped

2011-03-05 Thread Gökhan Sever
Hi, Definitely a minor issue but I see the csd demo image a bit clipped from the left and the top subplot mixed with the bottom one on http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.csd Looks fine when I locally run the csd_demo.py example. -- Gökhan ---

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
On Sat, Mar 5, 2011 at 10:34, Eric Firing wrote: > Newer versions of the libraries can also be used, although this is not > critical. v1.0.x still needs the 1.2 series of libpng, but master can > now handle > > ZLIBVERSION=1.2.5 > PNGVERSION=1.5.1 > FREETYPEVERSION=2.4.4 > We have to make sure

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
I tested your changes (up to mpl_install_std) and merged the pull request. Upon solving the binaries issue we could probably close this pull request. Or we could open an issue for that particular matter. -- Fernando On Sat, Mar 5, 2011 at 02:03, Jouni K. Seppänen wrote: > Jouni K. Seppänen wr

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Eric Firing
On 03/05/2011 12:03 AM, Jouni K. Seppänen wrote: > Jouni K. Seppänen writes: > >> Fernando Garcia Bermudez writes: >> >>> Fine by me as well. Maybe modify the documentation to point to >>> mpl_install_std. How should we proceed? >> >> I'll make some other cleanups and create some commits that you

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Fernando Garcia Bermudez writes: > >> Fine by me as well. Maybe modify the documentation to point to >> mpl_install_std. How should we proceed? > > I'll make some other cleanups and create some commits that you can > include in your pull request. I did this now and c

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Fernando Garcia Bermudez writes: > Fine by me as well. Maybe modify the documentation to point to > mpl_install_std. How should we proceed? I'll make some other cleanups and create some commits that you can include in your pull request. -- Jouni K. Seppänen http://www.iki.fi/jks

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Fernando Garcia Bermudez
Fine by me as well. Maybe modify the documentation to point to mpl_install_std. How should we proceed? -- Fernando On Fri, Mar 4, 2011 at 23:55, Eric Firing wrote: > On 03/04/2011 09:09 PM, Jouni K. Seppänen wrote: > > Eric Firing writes: > > > >> What is the rationale for removing the --pref