backend_driver errors

In checking the mathtext rotation feature I found that the graph displayed
fine, but python segfault'd shortly after displaying it. Most (all) examples
are failing for me for svn r3778, even after rebuilding and reinstalling
everything.

Is there something in the last couple of weeks which might cause this?

Running backend_drivers, the Agg plots are fine.
None of the PS plots are viewable with Preview.app.
I don't have an svg viewer handy.

I'm running macpython 2.5 fat binary build on OS X 10.4 with wx 2.8.

Anyone else having problems with it?

  - Paul

Don't know whether this is related, but I now get the following error:

File "/py.src/lib/python2.4/site-packages/matplotlib/backends/backend_ps.py", line 669, in draw_tex
     w, h, bl = self.get_text_width_height_baseline(s, prop, ismath)
AttributeError: RendererPS instance has no attribute 'get_text_width_height_baseline'

with the the latest svn trunk ...

Manuel

Paul Kienzle wrote:

···

In checking the mathtext rotation feature I found that the graph displayed
fine, but python segfault'd shortly after displaying it. Most (all) examples
are failing for me for svn r3778, even after rebuilding and reinstalling
everything.

Is there something in the last couple of weeks which might cause this?

Running backend_drivers, the Agg plots are fine. None of the PS plots are viewable with Preview.app. I don't have an svg viewer handy.

I'm running macpython 2.5 fat binary build on OS X 10.4 with wx 2.8.

Anyone else having problems with it?

  - Paul

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
---------------------------------------
   Manuel Metz ............ Stw@...468...
   Argelander Institut fuer Astronomie
   Auf dem Huegel 71 (room 3.06)
   D - 53121 Bonn

   E-Mail: mmetz@...459...
   Web: www.astro.uni-bonn.de/~mmetz
   Phone: (+49) 228 / 73-3660
   Fax: (+49) 228 / 73-3672
---------------------------------------

I don't think it's related. But definitely a bug... I forgot to test my baseline code with text.usetex turned on.

I just submitted a fix in r3781.

Cheers,
Mike

Manuel Metz wrote:

···

Don't know whether this is related, but I now get the following error:

File "/py.src/lib/python2.4/site-packages/matplotlib/backends/backend_ps.py", line 669, in draw_tex
     w, h, bl = self.get_text_width_height_baseline(s, prop, ismath)
AttributeError: RendererPS instance has no attribute 'get_text_width_height_baseline'

with the the latest svn trunk ...

Manuel

Paul Kienzle wrote:

In checking the mathtext rotation feature I found that the graph displayed
fine, but python segfault'd shortly after displaying it. Most (all) examples
are failing for me for svn r3778, even after rebuilding and reinstalling
everything.

Is there something in the last couple of weeks which might cause this?

Running backend_drivers, the Agg plots are fine. None of the PS plots are viewable with Preview.app. I don't have an svg viewer handy.

I'm running macpython 2.5 fat binary build on OS X 10.4 with wx 2.8.

Anyone else having problems with it?

  - Paul

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options