Hi Matt,

I cannot see any difference between matplotlib generated eps and others.
I used the code below to generate the attached eps. Maybe you could be more 
specific in what is rasterized in the wrong way. By the way what version of 
matplotlib you are using?

Kind regards,
Matthias

import matplotlib
matplotlib.use("PS") # using PS-backend (non-interactive)
import matplotlib.pyplot as plt
import numpy as np

x = np.linspace(0.0, 2*np.pi, 200)
plt.plot(x, np.sin(x))
plt.savefig("my_test.eps")

On Thursday 21 January 2010 07:50:07 Matthew Czesarski wrote:
> Hi Forum,
>
> I just had an article accepted and they want to have the figures in vector
> EPS format with text that can be re-sized. I have produced all my figures
> with matplotlib. However, it seems that MPL rasterizes everything in the
> production of its EPS output. Is there any way to get around this without
> learning a new plotting package?
>
> Cheers,
> Matt


<<attachment: my_test.eps>>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to