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

2011-09-28 Thread Dave Hirschfeld
Michael Droettboom mdroe@... 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 Dave Hirschfeld
On 09/21/2011 10:28 AM, Dave Hirschfeld wrote: 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

[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