On Tue, 24 Jun 2008 14:10:08 -0400
  Michael Droettboom <[EMAIL PROTECTED]> wrote:
> There are a couple of different ways this could be done.
> 
> Alpha-blending over top of the image (should work for 
>everything but Postscript):
> 
> gcf().text(0.1, 0.1, "Watermark", rotation=45, 
>fontproperties=FontProperties(size=64), alpha=0.2)
> 
> 
> Or under the axes as described here:
> 
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg06036.html
> 
> The fiddly bits are just scaling it in such a way to 
>fit.
> 
> Patches welcome... ;)
> 
> Cheers,
> Mike


Actually, I would like to display an image (png format) 
'under' several lines.
Assuming that a watermark function will be supported by 
mpl, it would be nice to have an example in

matplotlib/examples/pylab_examples

Nils

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to