Replying to myself...
Erik Cederstrand wrote:
> Hi!
>
> I'm trying to make a clickable plot_date() plot (using the Pylons
> framework). What I need is the pixel coordinates of the data points I
> give to plot_date(), but the trans.seq_x_y() function does
Hi!
I'm trying to make a clickable plot_date() plot (using the Pylons
framework). What I need is the pixel coordinates of the data points I
give to plot_date(), but the trans.seq_x_y() function doesn't like Datetime:
>> xcoords, ycoords = trans.seq_x_y(x, y)
float() argument must be a
Hello matplotlib users!
I'm following a plotting turorial for the Pylons web framework[1] which
uses matplotlib (Agg backend). I tried installing matplotlib from the
ports collection on my FreeBSD web server, but it wants to install lots
of X11 related stuff. I don't want that, so I'm wondering if