Re: [Matplotlib-users] Adding watermark to canvas background

2010-01-25 Thread Jae-Joon Lee
On Mon, Jan 25, 2010 at 9:14 AM, Dimitri Linten wrote: > What is the best way to do this ? Please explain what you want and what your issue is. Do not expect us (developers or other users) to study your code. If possible, post a small stand-alone example that others can simply run. As far as the

Re: [Matplotlib-users] Adding watermark to canvas background

2010-01-25 Thread Dimitri Linten
Dear John, Thank you for your reply, however am looking for a watermark to be plotted inside the axis, not behind the axis Regards, Dimitri On Mon, Jan 25, 2010 at 3:58 PM, John Hunter wrote: > On Mon, Jan 25, 2010 at 8:14 AM, Dimitri Linten > wrote: > > Hi Forum, > > I am using matplotlib i

Re: [Matplotlib-users] Adding watermark to canvas background

2010-01-25 Thread John Hunter
On Mon, Jan 25, 2010 at 8:14 AM, Dimitri Linten wrote: > Hi Forum, > I am using matplotlib in a PyQt4 App. > I wanted to add a watermark-type  pictures to the standard white background > of the canvas. Does the following help? http://matplotlib.sourceforge.net/search.html?q=codex+watermark

[Matplotlib-users] Adding watermark to canvas background

2010-01-25 Thread Dimitri Linten
Hi Forum, I am using matplotlib in a PyQt4 App. I wanted to add a watermark-type pictures to the standard white background of the canvas. My current version of this is : def getwatermark(self): factor=1.0 #factor for scaling image im1=QtGui.QPixmap(':/watermark.png')