-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Description
Hi,
in my matplotlibrc I've set font.sans-serif: Calibri.
When I export figure to PS/EPS I cant open the file. Problem seems to be in %%Copyright comment in exported file, which is split on two lines.:
...
%!PS-Adobe-3.0 Resource-Font
%%Title: Calibri
%%Copyright: © 2016 Microsoft Corporation. All Rights Reserved.
Hebrew OpenType Layout logic copyright © 2003 & 2007, Ralph Hancock & John Hudson. This layout logic for Biblical Hebrew is open source software under the MIT License; see embedded license description for details.
%%Creator: Converted from TrueType to type 3 by PPR
...So if I join the lines to:
...
%!PS-Adobe-3.0 Resource-Font
%%Title: Calibri
%%Copyright: © 2016 Microsoft Corporation. All Rights Reserved. Hebrew OpenType Layout logic copyright © 2003 & 2007, Ralph Hancock & John Hudson. This layout logic for Biblical Hebrew is open source software under the MIT License; see embedded license description for details.
%%Creator: Converted from TrueType to type 3 by PPR
...file is properly decoded.
matplotlib-2.0.0b1 on 64-bit Python 3.5.1 on Windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels