Re: [Matplotlib-users] CocoaAgg backend status?

2007-12-05 Thread Stephen Uhlhorn
Thanks for the background Barry. I was asking because I have a bit of image processing/analysis code (numpy/mpl/pil) that I would like to build a GUI front-end for. As I am a recent convert to the osx world, I thought it would be very slick to be able to do this with the xcode/IB tools. Since this

[Matplotlib-users] CocoaAgg backend status?

2007-12-05 Thread Stephen Uhlhorn
I was just wondering what the status of the CocoaAgg backend is since there is not much info available. Can it be used interactively w/ipython? Can it be used to embed mpl in a cocoa app and take advantage of all the xcode/interface builder stuff in OS X? Thanks- -stephen --

Re: [Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-05 Thread Stephen Uhlhorn
On Dec 4, 2007 5:14 PM, Russell E. Owen <[EMAIL PROTECTED]> wrote: > If you use Tcl/Tk and use a current version (instead of the ancient > version that is built in) then use the packages at pythonmac. I just > built 0.91.1 today and it should show up there soon. Meanwhile you can > get it from her

Re: [Matplotlib-users] matplotlib ignores CocoAff backend preference

2007-12-04 Thread Stephen Uhlhorn
I just started playing with the CocoaAgg backend in mpl 0.90.1 w/pyobjc 1.4 and matplotlib uses the 'backend' line in the rc file just fine. However, it doesn't seem to work well in interactive mode using ipython 0.8.1 (control is not returned to the shell after plotting). -stephen On Dec 4, 2007

[Matplotlib-users] eggs or pythonmac packages on OS X?

2007-12-04 Thread Stephen Uhlhorn
I'm running MacPython 2.5 on Mac OS 10.5.1 and would like to update matplotlib to 0.91.1. Im using mpl 0.90.1 from the pythonmac site now. Is it better for me to wait till a pythonmac package is availabel or are the eggs on SF good to use. I would favor the SF eggs because of ease of upgrading unle

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

2007-04-13 Thread Stephen Uhlhorn
One more question: What impact does disabling the "accelerator" have? Will this slow down plotting in some situations? -stephen On 4/12/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > Stephen Uhlhorn wrote: > > Just to be clear, the installation order is: > >

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: > &g

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] problems building/installing

2007-04-10 Thread Stephen Uhlhorn
Hello Simon- I have experimented with every conceivable python/numpy/mpl permutation on mac os and I will second Chris Barker's recommendation. Use the pythonmac.org packages with the wx backend. Choose whichever version of wx and python that is best supported my the mpl version. I use mpl v 0.87

Re: [Matplotlib-users] wx figure window hangs w/macpython

2007-02-06 Thread Stephen Uhlhorn
Thanks. Ipython worked like a charm. Are there any plans of putting ipython up with the other macpython packages? It seems like it's a pretty important piece of the mac/mpl puzzle. -stephen On 2/6/07, George Nurser <[EMAIL PROTECTED]> wrote: > > I had the same problem. Either you need to use TkAg

[Matplotlib-users] wx figure window hangs w/macpython

2007-02-06 Thread Stephen Uhlhorn
I installed the pythonmac packages from http://pythonmac.org/packages/py24-fat/index.html : python2.4 wxpython2.6 numpy1.0.1 matplotlib-0.87.7 I called python with 'pythonw' and figure() draws a new figure window, but it hangs. Here are the relevant lines from my matplotlibrc file: CONFIGU

Re: [Matplotlib-users] matplotlib can't find pygtk during build

2007-02-05 Thread Stephen Uhlhorn
Hmm... After the long discussion I'm trying to decide what the best route is. If what I want is simply a stable scipy/matplotlib installation (OS X), what is the best (most stable and predictable) method? BTW- What is wrong with the ActiveState python installation? It was recommended on the scipy

[Matplotlib-users] Fwd: matplotlib can't find pygtk during build

2007-02-05 Thread Stephen Uhlhorn
Sorry for the forward... I wanted to make sure this made it to the list. -- Forwarded message -- From: Stephen Uhlhorn <[EMAIL PROTECTED]> Date: Feb 4, 2007 8:02 AM Subject: Re: [Matplotlib-users] matplotlib can't find pygtk during build To: Christopher Barker <[E

[Matplotlib-users] matplotlib can't find pygtk during build

2007-02-03 Thread Stephen Uhlhorn
I'm trying to build matplotlib with the GTK/GTKAgg backends but it won't find my copy of pygtk: mrhanky:/usr/local/src/matplotlib-0.87.7 uley$ sudo python setup.py build GTK requires pygtk GTKAgg requires pygtk running build running build_py creating build ... I followed the python/numpy/

[Matplotlib-users] matplotlib version info

2006-10-30 Thread Stephen Uhlhorn
Sorry if this has been answered already, but I'm having trouble finding the answer-- What version of matplotlib is compatible with numpy 1.0 (final)? Or, should I continue to use numpy-1.0rc2 w/ mpl 0.87.7? I'm building from source on mac os using fink, and have had no trouble until numpy 1.0rc3 c