Re: [Matplotlib-users] Pixel coordinates and plot_date()

2008-01-11 Thread Erik Cederstrand
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

[Matplotlib-users] Pixel coordinates and plot_date()

2008-01-10 Thread Erik Cederstrand
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

[Matplotlib-users] matplotlib without X11 libs?

2007-10-17 Thread Erik Cederstrand
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