From: Christoph G. <cg...@uc...> - 2013-09-27 18:27:43
|
On 9/27/2013 10:20 AM, Michael Droettboom wrote: > - Now works with 64-bit versions of Ghostscript on MS-Windows. Not really. gswin64c.exe is detected in __init__.py but apparently not used in the PS backend: https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/__init__.py#L341 https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L73 https://github.com/matplotlib/matplotlib/blob/v1.3.x/lib/matplotlib/backends/backend_ps.py#L1620 Christoph |