Re: [Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-03 Thread Oren
Anyone know how to solve this thing? Thanks. On 2 November 2014 03:40, oren oren...@gmail.com wrote: 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,

Re: [Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-03 Thread Paul Hobson
What happens when you save as a postscript file with matplotlib.rcParams[text.usetex] = False? -paul On Mon, Nov 3, 2014 at 7:11 AM, Oren oren...@gmail.com wrote: Anyone know how to solve this thing? Thanks. On 2 November 2014 03:40, oren oren...@gmail.com wrote: How can I save a

Re: [Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-03 Thread Paul Hobson
Can just go straight to PDF? What happens then? It might also be informative to explain why using LaTeX is undesirable in your situation. -p On Mon, Nov 3, 2014 at 11:52 AM, Oren oren...@gmail.com wrote: Thanks for the respond Paul, But It still the same... This is how it looks like when I

[Matplotlib-users] matplotlib save image as postscript, when xlabel is saved as text and not path

2014-11-01 Thread oren
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