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