FltkAgg Patch

Hello All,

I have attached a patch that updates backend_fltkagg.py to use the new Transform APIs for 0.98.0 (http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring). Without these changes, trying to use FLTKAgg causes a crash with a very cryptic error.

Thanks for all your work on matplotlib!

Daniel

fltkagg_update.diff (1.4 KB)

Thanks Daniel for the patch -- it looks like Michael has committed
this to the 98 release branch and merged it into the trunk, so it will
make the next release.

JDH

ยทยทยท

On Tue, Jun 2, 2009 at 4:52 PM, Daniel <nospam@...726...> wrote:

Hello All,

I have attached a patch that updates backend_fltkagg.py to use the new
Transform APIs for 0.98.0
(http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring).
Without these changes, trying to use FLTKAgg causes a crash with a very
cryptic error.

Thanks for all your work on matplotlib!