From: Jouni K. S. <jk...@ik...> - 2013-12-07 19:31:20
|
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 |