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
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
"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
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