Re: [Matplotlib-users] Arabic Character Support

2007-10-15 Thread Michael Droettboom
Unfortunately, I believe this is a fundamental incompatibility within matplotlib. matplotlib uses a very simple algorithm for layout out a line of characters which assumes ltr order and all kinds of other things. That said, there is something you could try. Matplotlib has a usetex mode which

Re: [Matplotlib-users] installation problems mpl 0.90.1 on Mandriva 2007.1

2007-10-15 Thread Evan Mason
matplotlib-0.90.1]#It seems to trip up when expecting a file 'arrayobject.h' in the /Numeric directory; indeed that file is not there, though Numeric is on the path. Numeric came as part of the Mandriva install. I'd be grateful for any help with this, thanks in advance, Evan Ok, just in case

[Matplotlib-users] mpl 0.90.1 segmentation fault

2007-10-15 Thread Evan Mason
Hi, when I run the simple_plot.py script in the mpl FAQ I get a seg fault as follows: [EMAIL PROTECTED] ~]$ python simple_plot.py --verbose-helpful matplotlib data path /usr/lib/python2.5/site-packages/matplotlib/mpl-data $HOME=/home/emason CONFIGDIR=/home/emason/.matplotlib loaded rc file

Re: [Matplotlib-users] pick_event with wxmpl

2007-10-15 Thread Ken McIvor
On Oct 12, 2007, at 4:28 PM, Giorgio F. Gilestro wrote: Do you know if there is a reason why I cannot succeed in generating a pick_event using wxmpl? Yes, WxMpl disables all matplotlib events to ensure that figure zooming works correctly. I haven't had time to ensure that WxMpl will work

Re: [Matplotlib-users] [Mac OS 10.4.10, Python 2.5] LineCollection error

2007-10-15 Thread Ken McIvor
David, I'm not aware of any compatibility problems when using WxMpl with MPL 0.91, but then again I can't remember if I ever tested it thoroughly. Could you please send me a short script that reproduces the problem, along with the complete error message it generates? Thanks. Ken