HTML area for a matplotlib picture

Hello,

I am trying to create clickable images for
HTML. For transforming the coordinates in the examples I found they
are using the function “seq_x_y()”.

But that function is not available anymore.
How can I get transform the coordinates with the newer versions of Matplotlib?

Thanks

Mario

Take a look at the transformations tutorial

http://matplotlib.sourceforge.net/users/transforms_tutorial.html

JDH

···

On Wed, Jul 28, 2010 at 8:35 AM, Mario Laforest 2 <mario.laforest@...3213...> wrote:

Hello,

I am trying to create clickable images for HTML. For transforming the
coordinates in the examples I found they are using the function
"seq_x_y()".

But that function is not available anymore. How can I get transform the
coordinates with the newer versions of Matplotlib?