Re: [Matplotlib-users] 3D curve and errors in axes3d

2007-04-12 Thread Eric Firing
belinda thom wrote: Thanks Eric! I'm kind of afraid to upgrade to the SVN version b/c I fear something else might break (I've yet to install matplotlib from source b/c of a few nagging Mac OS X issues). What would you recommend? I don't know; I see from your earlier message that Tim

[Matplotlib-users] Compiling on AIX 5.3

2007-04-12 Thread Langella Raphael
I'm trying to compile matplotlib under AIX 5.3 (I've installed ActivePython), here is what I get: /usr/local/python2.5/config/ld_so_aix cc_r -bI:/usr/local/python2.5/config/python.exp build/temp.aix-5.3-2.5/src/agg.o build/temp.aix-5.3-2.5/agg23/src/agg_trans_affine.o

[Matplotlib-users] Basemap 3D

2007-04-12 Thread Lionel Roubeyrie
Hi all, not sure it's possible, I can't find any example but I ask : is there a way to make some 3D maps with Basemap, like we can do with ArcScene (ESRI), mixing rasters or shapefiles with TINs? If no, do you know a way to do so with python? Thanks -- Lionel Roubeyrie - [EMAIL PROTECTED]

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Stephen Uhlhorn
Do I need to manually remove _wxagg.so in order to use the new packages? Thanks Chris! -stephen On 4/11/07, Christopher Barker [EMAIL PROTECTED] wrote: Hi all, I've got the MPL 0.90.0 installer on pythonmac working OK with: Python2.5 wxPython2.8.3 I accomplished this by removing:

Re: [Matplotlib-users] Basemap 3D

2007-04-12 Thread Jeff Whitaker
Lionel Roubeyrie wrote: Hi all, not sure it's possible, I can't find any example but I ask : is there a way to make some 3D maps with Basemap, like we can do with ArcScene (ESRI), mixing rasters or shapefiles with TINs? If no, do you know a way to do so with python? Thanks Lionel:

[Matplotlib-users] Compiling on AIX 5.3

2007-04-12 Thread Langella Raphael
I've found a way to configure my compiler. After setting CC=gcc I was able to complete the compilation. But when I test it : python anim.py The import of the numpy version of the _transforms module, _ns_transforms, failed. This is is either because numpy was unavailable when matplotlib was

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Christopher Barker
Stephen Uhlhorn wrote: Do I need to manually remove _wxagg.so in order to use the new packages? if you want to use them with wxPython 2.8.*, yes. They *should* work with 2.6.*, with _wxagg.so, but I haven't tested that. This should all be better with the next release. -Chris -- Christopher

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-12 Thread Grant Edwards
On 2007-04-01, Werner F. Bruhin [EMAIL PROTECTED] wrote: Hi Archana, Sometimes py2exe can't figure out what needs to be included. In these cases one creates entries in the packages section to force the inclusion of one or multiple packages. Archana Ganesan wrote: Hi all, ... options

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-12 Thread Archana Ganesan
Hi Werner, I am using matplotlib version 0.90.0 for python 2.4. Thank you, Archana. On 4/12/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-04-01, Werner F. Bruhin [EMAIL PROTECTED] wrote: Hi Archana, Sometimes py2exe can't figure out what needs to be included. In these cases one

Re: [Matplotlib-users] Yet another matplotlib py2exe problem

2007-04-12 Thread Werner F. Bruhin
Grant, Grant Edwards wrote: OK, I'm on my third day of fighting with matplotlib. I'm finally able to get py2exe to produce a dist directory, but it _still_ doesn't work: Traceback (most recent call last): File surfacedit.py, line 3, in ? File wxmpl.pyc, line 23, in ? File

Re: [Matplotlib-users] 3D curve and errors in axes3d

2007-04-12 Thread Eric Firing
belinda thom wrote: Me neither :-). I will try and get permission to upgrade axis.py w/my quick fix commenting out the kwargs in line 2131 of axes.py, as this is the quick option and I need something ASAP. You seem to know quite a bit about matplotlib. If you have any idea what this hack

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Stephen Uhlhorn
Just to be clear, the installation order is: 1) install python2.5 from macpython. 2) remove wxagg.so 3) install wxpython frim macpython 4) install numpy/mpl from macpython Correct? -stephen On 4/12/07, Christopher Barker [EMAIL PROTECTED] wrote: Stephen Uhlhorn wrote: Do I need to manually

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-12 Thread Christopher Barker
Stephen Uhlhorn wrote: Just to be clear, the installation order is: 1) install python2.5 from macpython. 2) remove wxagg.so 3) install wxpython frim macpython 4) install numpy/mpl from macpython that's out of order. wxagg.so is part of mpl, so: 1) install python2.5 from macpython. 2)