Re: [Matplotlib-users] Matplotlib-users Digest, Vol 76, Issue 40

2012-09-21 Thread Ranjit Chacko
Here's the uname -a output: Darwin Pico.local 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64 I just modified the script that was here: http://matplotlib.org/faq/installing_faq.html#building-and-installing-from-source-on-osx-with-epd I

Re: [Matplotlib-users] netcdf4-python build

2012-09-21 Thread Michael Rawlins
> > From: Damon McDougall >To: Michael Rawlins >Cc: "matplotlib-users@lists.sourceforge.net" > >Sent: Friday, September 21, 2012 2:50 PM >Subject: Re: [Matplotlib-users] netcdf4-python build > > > > >From what I remember dealing with the netcdf c library,

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Damon McDougall
On Friday, September 21, 2012, Benjamin Root wrote: > Note: please use "Reply-All" to make sure the mailing list continues to > get this thread. > > Could you do a "uname -a" at the command-line and give us that output? I > was not aware that Apple shipped any 32-bit machines anymore. > > Ben Roo

Re: [Matplotlib-users] Image as marker and axes "equal" aspect ratio

2012-09-21 Thread Andrea Gavana
Hi Eric, All, On 21 September 2012 15:46, Moore, Eric (NIH/NIDDK) [F] wrote: >> -Original Message- >> From: Andrea Gavana [mailto:andrea.gav...@gmail.com] >> Sent: Wednesday, September 19, 2012 11:09 AM >> To: matplotlib-users@lists.sourceforge.net >> Subject: [Matplotlib-users] Image as m

[Matplotlib-users] Fwd: install problem on OSX 10.8

2012-09-21 Thread Benjamin Root
Note: please use "Reply-All" to make sure the mailing list continues to get this thread. Could you do a "uname -a" at the command-line and give us that output? I was not aware that Apple shipped any 32-bit machines anymore. Ben Root -- Forwarded message -- From: Ranjit Chacko D

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Benjamin Root
On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko wrote: > I'm having some trouble compiling matplotlib, and I'm not sure how to fix > it. Does anyone have any advice on how to proceed given the following > traceback? > > Thanks, > > -Ranjit > > Which version of matplotlib? How are you building it

Re: [Matplotlib-users] netcdf4-python build

2012-09-21 Thread Damon McDougall
On Friday, September 21, 2012, Michael Rawlins wrote: > > After the build, I determined that 'install' was also needed. > > > python setup.py install > > completed with no errors. OK, finally built and installed. But now my > matplotlib script gives this error: > > Traceback (most recent call las

[Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Ranjit Chacko
I'm having some trouble compiling matplotlib, and I'm not sure how to fix it. Does anyone have any advice on how to proceed given the following traceback? Thanks, -Ranjit building 'matplotlib.ft2font' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -I/usr/X11/include -I/usr/X11/include/freetype2

Re: [Matplotlib-users] Is it possible to have different color for inner and outer face of a 3D plot?

2012-09-21 Thread Benjamin Root
On Wed, Sep 19, 2012 at 9:14 AM, Fabien Lafont wrote: > Actually I want to try to plot something like this picture: > > http://physics.aps.org/assets/d88621a594e78eea > > With a color for inside and another for outside. > > Probably not to the level of control one may wish to have, but one can ach

Re: [Matplotlib-users] netcdf4-python build

2012-09-21 Thread Michael Rawlins
After the build, I determined that 'install' was also needed. > python setup.py install completed with no errors.  OK, finally built and installed. But now my matplotlib script gives this error: Traceback (most recent call last):   File "map_PrcpBias_Northeast.py", line 21, in     from netCDF

Re: [Matplotlib-users] Image as marker and axes "equal" aspect ratio

2012-09-21 Thread Moore, Eric (NIH/NIDDK) [F]
> -Original Message- > From: Andrea Gavana [mailto:andrea.gav...@gmail.com] > Sent: Wednesday, September 19, 2012 11:09 AM > To: matplotlib-users@lists.sourceforge.net > Subject: [Matplotlib-users] Image as marker and axes "equal" aspect > ratio > > Hi All, > > I am currently trying t