Re: [Matplotlib-users] Pixel coordinates and plot_date()

2008-01-11 Thread Erik Cederstrand
Replying to myself... Erik Cederstrand wrote: Hi! I'm trying to make a clickable plot_date() plot (using the Pylons framework). What I need is the pixel coordinates of the data points I give to plot_date(), but the trans.seq_x_y() function doesn't like Datetime: xcoords, ycoords

Re: [Matplotlib-users] FuncFormatter and Colorbar

2008-01-11 Thread Matthias Michler
Hi Thorsten, On Wednesday 09 January 2008 15:35, Thorsten Kranz wrote: Hi list, Hi Matthias, I found another way to deal with this problem. when defining the colorbar, one can give an additional kwarg format, so by defining the kwarg format=formatter, we solved the problem. I'm happy that

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
Apparently a dynamic link snuck into the build. Typically everything is statically included. You can see this by running the following command: uaternion:matplotlib cmoad$ otool -L ft2font.so ft2font.so: /usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version

[Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Michele Vallisneri
Hello all, after installing matplotlib 0.91.2 from the sourceforge egg on OS X 10.4.11 (Python 2.5.1), I get the following error: import pylab Traceback (most recent call last): File stdin, line 1, in module File /Users/vallis/lib/python2.5/site-packages/matplotlib-0.91.2-

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Charlie Moad
I have replaced the binary with a working version. Thanks again for the catch, Charlie On Jan 11, 2008 2:15 PM, Charlie Moad [EMAIL PROTECTED] wrote: Apparently a dynamic link snuck into the build. Typically everything is statically included. You can see this by running the following

Re: [Matplotlib-users] Problem installing 0.91.2 egg on OS X 10.4

2008-01-11 Thread Michele Vallisneri
It works! Thanks for such quick turnaround! If I may add a suggestion for the matplotlib setup from sources (which I had tried just after the egg install failed): The directory specified to the --prefix argument of setup.py would seem like a natural addition to basedir in setupext.py (of