Ghostscript's -dPDFDEBUG option pointed to an operation in the page
description that sets the line width to the string "2", which is
nonsensical. When I manually edited that to be the number 2, Adobe
Reader displayed the file. Does the source code by any chance include
something like this:

   plot(..., lw='2')

If so, the solution would be to add some type checks in the backend
(and possibly in the frontend). If not, there must be a stranger bug
somewhere in the matplotlib innards.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to