Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-28 Thread Dave Hirschfeld
Michael Droettboom writes: > > > the PDF image :/ > Can you send the PDF file to me (off-list)? It would be helpful to look > at the content of the file and see the nature of the failure. > > Mike > Done! Let me know if it doesn't arrive... -Dave

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-27 Thread Michael Droettboom
On 09/27/2011 06:21 AM, Dave Hirschfeld wrote: > Michael Droettboom writes: > >> I'm not able to reproduce the problem: I get the watermark in both png >> and pdf output. This was with git master. >> >> What version of matplotlib are you using? Can you send (off-list) the >> png and pdf files so

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-27 Thread Dave Hirschfeld
Michael Droettboom writes: > > I'm not able to reproduce the problem: I get the watermark in both png > and pdf output. This was with git master. > > What version of matplotlib are you using? Can you send (off-list) the > png and pdf files so I can have a look at your output? > > Mike > >

Re: [Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-22 Thread Michael Droettboom
I'm not able to reproduce the problem: I get the watermark in both png and pdf output. This was with git master. What version of matplotlib are you using? Can you send (off-list) the png and pdf files so I can have a look at your output? Mike On 09/21/2011 10:28 AM, Dave Hirschfeld wrote: >

[Matplotlib-users] PDF/SVG Backends Don't Save FigureImages

2011-09-21 Thread Dave Hirschfeld
Is this a bug in the PDF/SVG backends or am I doing something wrong? If the former is there any workaround? The simple testcase below demonstrates the problem whereby the watermark doesn't show up in the pdf output but does in the png output. import Image from scipy import lena from scipy.ndimage