Hello to all!
I have been using Matplotlib to create a series of plots and now the
time to submit the paper has come! But I experience problems now with
the font types of the eps images. The Type-3 fonts are not supported,
and they accept only Type-1. Is there an easy way to do this ?(and of
c
Hi,
Is there a way to save figures as Language Level 2 Encapsulated
PostScript ?
Hard coded header in backends/backend_ps.py (Lines 1109 and 1278)
writes:
%!PS-Adobe-3.0 EPSF-3.0
but in the same module, there is an ambiguous:
backend_version = 'Level II'
Regards,
--