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 a

[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')