Re: [Matplotlib-users] HTML area for a matplotlib picture

2010-07-28 Thread John Hunter
On Wed, Jul 28, 2010 at 8:35 AM, Mario Laforest 2 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 trans

[Matplotlib-users] HTML area for a matplotlib picture

2010-07-28 Thread Mario Laforest 2
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 --

[Matplotlib-users] HTML area for a matplotlib picture

2009-01-19 Thread Romain Bignon
Hello, This code worked with matplotlib 0.87: fig = Figure() ax = fig.add_subplot(121) width = 0.5 # the width of the bars self.dpi = 70 yoff = array([0.0] * len(self.__labels)) # the bottom values for stacked bar chart self.__bars = () for row in xrange(rows):