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
--
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
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 /home/e
> 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 cas
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 whic