How can I save a matplotlib figure with text as a postscript image and that
the text will be saved as text. Currently when I save the image as
postscript all the text in the image ( xlabel, ylabel etc.. ) is saved as
path and not as text.. Is it possible to save it as text?

If I use the following code ( use latex)

matplotlib.rcParams["text.usetex"] = True
and save the image as postscript the text is saved as text.. But I do not
want to use latex.. Is it possible without latex?


Thanks


Question also on stackoverflow
http://stackoverflow.com/questions/26649266/matplotlib-save-image-as-postscript-when-xlabel-is-saved-as-text-and-not-path



--
View this message in context: 
http://matplotlib.1069221.n5.nabble.com/matplotlib-save-image-as-postscript-when-xlabel-is-saved-as-text-and-not-path-tp44261.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to