Re: [Matplotlib-users] Triangulation objects

2011-11-14 Thread Ian Thomas
On 13 November 2011 19:10, Daniel Welling dantwell...@gmail.com wrote: I am interested in accessing Triangulation objections that are created by MPL for tricontour-type plots. The docs for MPL routines that use triangulation objects refer to documentation, but none exists in the MPL online

[Matplotlib-users] Web matplotlib

2011-11-14 Thread Paul de Beurs
Hey, I work with Mac OSX 10.7.2 I have a probleem. From the IDLE this little program works fine: #!/usr/bin/python import numpy import matplotlib print Content-Type: text/plain\n print matplotlib.__version__ The output is: Content-Type: text/plain 1.1.0 Starting this program from MAMP gives

Re: [Matplotlib-users] Bus error related to ft2font on Mac OS X (10.6), gcc-4.2, apparently 0.99 branch related

2011-11-14 Thread Michael Droettboom
Thanks for all the time you've devoted to this. It does look like possibly some kind of compiler bug. The font loads and renders fine on Linux, for what it's worth (just as a data point). To confirm this theory: if you move NISC1803.ttf somewhere temporary, delete

Re: [Matplotlib-users] Inexact drawing of points

2011-11-14 Thread Michael Droettboom
On 11/13/2011 10:03 AM, Goyo wrote: 2011/11/7 Anton Daitchea.dait...@googlemail.com: Do you remember the name of the thread? I would like to understand the details on this. I can't find it right now but I guess Michael's answer helps you. I also would like to find out if i can force the

Re: [Matplotlib-users] Upgraded to 1.1.0, now only line graphs work!

2011-11-14 Thread Michael Droettboom
We should also update the checks for the version of Numpy. Expect a pull request about this shortly. Mike On 11/12/2011 10:59 PM, Benjamin Root wrote: On Saturday, November 12, 2011, John Ladasky john_lada...@sbcglobal.net mailto:john_lada...@sbcglobal.net wrote: On Sat, 2011-11-12 at

Re: [Matplotlib-users] Bus error related to ft2font on Mac OS X (10.6), gcc-4.2, apparently 0.99 branch related

2011-11-14 Thread Friedrich Romstedt
2011/11/14 Michael Droettboom md...@stsci.edu: Thanks for all the time you've devoted to this.  It does look like possibly some kind of compiler bug.  The font loads and renders fine on Linux, for what it's worth (just as a data point). To confirm this theory: if you move NISC1803.ttf

Re: [Matplotlib-users] I get a warning when running code with ipython, but not with python

2011-11-14 Thread Michael Droettboom
This looks like a bug for the IPython folks. If you make a file containing only import gtk and %run that file, one gets the same error. Mike On 11/13/2011 10:30 PM, Alejandro Weinstein wrote: Hi: I just installed matplolib from source code, and Ipython using pip, in Ubuntu 11.10. When I

Re: [Matplotlib-users] Web matplotlib

2011-11-14 Thread Michael Droettboom
I'm not sure what MAMP is. Usually this problem is because matplotlib is trying to import a GUI toolkit and the windowing environment is not available from the web server. Try setting the matplotlib backend to Agg, by putting this at the top of the file: import matplotlib

[Matplotlib-users] Today's XKCD

2011-11-14 Thread Michael Droettboom
Sorry for the slightly OT post, but I thought all of the basemap-using geoprojection heads on this list would get a kick out of today's XKCD: http://xkcd.com/977/ Mike -- RSA(R) Conference 2012 Save $700 by Nov 18

[Matplotlib-users] unable to install matplotlib on MacOSX 10.6 using Fink

2011-11-14 Thread Volker Blum
... just wanted to report this problem. At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an installation process that is, ultimately, practically impossible - except by buying a

Re: [Matplotlib-users] unable to install matplotlib on MacOSX 10.6 using Fink

2011-11-14 Thread Benjamin Root
On Mon, Nov 14, 2011 at 9:20 AM, Volker Blum b...@fhi-berlin.mpg.de wrote: ... just wanted to report this problem. At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an

Re: [Matplotlib-users] unable to install matplotlib on MacOSX 10.6 using Fink

2011-11-14 Thread Jeff Blackburne
On Nov 14, 2011, at 10:20 AM, Volker Blum wrote: ... just wanted to report this problem. At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an installation process that is,

Re: [Matplotlib-users] unable to install matplotlib on MacOSX 10.6 using Fink

2011-11-14 Thread Volker Blum
Thanks for the (two!) fast answers on the list. So there is hope :) I'll take a look at the fink internals, I guess. best wishes Volker On Nov 14, 2011, at 5:15 PM, Jeff Blackburne wrote: On Nov 14, 2011, at 10:20 AM, Volker Blum wrote: ... just wanted to report this problem. At the

Re: [Matplotlib-users] I get a warning when running code with ipython, but not with python

2011-11-14 Thread Fernando Perez
On Mon, Nov 14, 2011 at 6:11 AM, Michael Droettboom md...@stsci.edu wrote: This looks like a bug for the IPython folks.  If you make a file containing only import gtk and %run that file, one gets the same error. Mmmh, I don't get the problem on ubuntu 10.10. I'll try to check later on an

[Matplotlib-users] Fwd: Can't install matplotlib on OS X with PIP

2011-11-14 Thread Sameer Farooqui
Hi all, This is my first time setting up matplotlib. I'm on OS X Lion 10.7 (build 11A511s, so no updates done to the initial release of OS X Lion). I am using virtualenv and pip to do the installation. I'm aware of the incompatibility with libpng 1.5, so I didn't just run pip install

Re: [Matplotlib-users] Matplotlib.tests sub-modules missing

2011-11-14 Thread David Welch
Has ANYONE installed matplotlib on OSX 10.6 and had the module tests pass? Specifically in a virtualenv setup? -Dave -- David Welch david.m.we...@gmail.com On 11Nov, 2011, at 2:12 PM, David Welch wrote: Update: test folders are in the build directory, they are just not being copied

[Matplotlib-users] Triangulations and Polar Plots

2011-11-14 Thread Daniel Welling
Greetings. I recently found myself in the position of needing to plot polar, irregularly spaced data. I've done similar using regularly spaced values with no problem. However, I've found that when the points become greatly scattered, the triangulation does not translate from rectangular to

Re: [Matplotlib-users] Basemap AxesGrid

2011-11-14 Thread Yoshi Rokuko
grid = AxesGrid(fig, 132, nrows_ncols = (3, 2), axes_pad = 0.1, cbar_location = top, cbar_mode=single, ) solved by using: grid = AxesGrid(fig, 111, ...) best regards, yoshi