You could add some semi-transparent text across the figure with
something like:
gcf().text(0.1, 0.1, "Watermark", rotation=45,
fontproperties=FontProperties(size=64), alpha=0.2)
Unfortunately, alpha-transparency on text is not supported in the Agg
and Svg backends (more due to an oversight tha
Hi all,
Is it possible to add a water mark to a plot ?
Nils
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
htt