Re: [Matplotlib-users] Watermarking figures/axes

2008-03-14 Thread Anthony Floyd
On Thu, Mar 6, 2008 at 3:00 AM, <[EMAIL PROTECTED]> wrote: > "Anthony Floyd" <[EMAIL PROTECTED]> writes: > > > I would like to 'watermark' a plot. That is, display an image 'under' > > several lines. [...] I've tried using figure.figimage, but that only > > > draws the watermark 'outside' the pl

Re: [Matplotlib-users] Watermarking figures/axes

2008-03-13 Thread Anthony Floyd
On Thu, Mar 6, 2008 at 3:00 AM, <[EMAIL PROTECTED]> wrote: > "Anthony Floyd" <[EMAIL PROTECTED]> writes: > > > I would like to 'watermark' a plot. That is, display an image 'under' > > several lines. [...] I've tried using figure.figimage, but that only > > > draws the watermark 'outside' the pl

Re: [Matplotlib-users] Watermarking figures/axes

2008-03-06 Thread Jouni . Seppanen
"Anthony Floyd" <[EMAIL PROTECTED]> writes: > I would like to 'watermark' a plot. That is, display an image 'under' > several lines. [...] I've tried using figure.figimage, but that only > draws the watermark 'outside' the plot area. Fair enough. The background of the axes object is called a "fra

[Matplotlib-users] Watermarking figures/axes

2008-03-05 Thread Anthony Floyd
I'm stumped. I would like to 'watermark' a plot. That is, display an image 'under' several lines. I would like this watermark to be static and not change location, shape, or size while allowing for the lines to be zoomed and panned. I'm doing this all using the API (not pylab). I've tried usin