Re: [Matplotlib-users] OSX 10.5 event.key bug

2008-12-14 Thread James Schombert
Using matplotlib 0.98.5 on OSX 10.5, the following error occurs for many key_press events using the standard connect class - letter such as c,v,s etc (and most important, backspace) Exception in Tkinter callback Traceback (most recent call last): File "/System/Library/Frameworks/Python.framewor

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-14 Thread John Hunter
On Sun, Dec 14, 2008 at 6:25 PM, Mauro Cavalcanti wrote: > Dear ALL, > > I have experienced a strange problem when installing Matplotlib 0.98.5 > using Easy_Install under Ubuntu Hardy. I receive a message like this: > "error: lib/matplotlib/mpl-data/matplotlib.conf.template: No such file > or dire

[Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-14 Thread Mauro Cavalcanti
Dear ALL, I have experienced a strange problem when installing Matplotlib 0.98.5 using Easy_Install under Ubuntu Hardy. I receive a message like this: "error: lib/matplotlib/mpl-data/matplotlib.conf.template: No such file or directory " (etc.). I then tried sudo aptitude install python-matplotlib,

Re: [Matplotlib-users] Figure size and colorbars

2008-12-14 Thread Eric Firing
LB wrote: > Hi, > > I've got two questions involving matplotlib : > > 1) Is there a way to ask matplotlib to automatically adjust the size of > its figures to fit the size of their content ? > I'm using axis('equal'). Therefore I often have figures with lot of > blank, like the figure d0.j

[Matplotlib-users] New OSX installers (beta)

2008-12-14 Thread John Hunter
I *think* I may have figured out what is causing some of the dynamic linkage problems several of you have reported on our OSX installers. I have build a new egg snapshot, and better yet, and new binary mpkg installer for OSX. Give them a try: http://matplotlib.sourceforge.net/snapshots/matplot

Re: [Matplotlib-users] problem building on mac (ppc arch issue)

2008-12-14 Thread Joshua Lippai
If your goal is to build only for Intel, edit the Makefile inside your (wherever your python installation is)/lib/python2.5/config directory and delete "-arch ppc" everywhere you see it. Then try a clean build of matplotlib. I'd make a backup copy of the original somewhere just in case something go