EPS with TeX

Hallo,

when I use

    rc('text', usetex=True)

and then

    savefig('main.eps')

file 'main.eps' is very strange. BBox is bigger than plot and when I use
'ps2epsi' it's failed. Wihtout

    rc('text', usetex=True)

line works 'main.eps' normaly. What I must to do to get "correct" EPS
file with TeX processing?

···

--
JP

try updating to gnu-ghostscript-8.16

···

On Saturday 10 December 2005 10:25 am, Jiri Polcar wrote:

    Hallo,

when I use

    rc('text', usetex=True)

and then

    savefig('main.eps')

file 'main.eps' is very strange. BBox is bigger than plot and when I use
'ps2epsi' it's failed. Wihtout

    rc('text', usetex=True)

line works 'main.eps' normaly. What I must to do to get "correct" EPS
file with TeX processing?

Updating to gs 8.16 fixed similar problems for me.

···

On 12/10/05, Darren Dale <dd55@...163...> wrote:

On Saturday 10 December 2005 10:25 am, Jiri Polcar wrote:
> Hallo,
>
> when I use
>
> rc('text', usetex=True)
>
> and then
>
> savefig('main.eps')
>
> file 'main.eps' is very strange. BBox is bigger than plot and when I use
> 'ps2epsi' it's failed. Wihtout
>
> rc('text', usetex=True)
>
> line works 'main.eps' normaly. What I must to do to get "correct" EPS
> file with TeX processing?

try updating to gnu-ghostscript-8.16

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Yes. It fixed my problem too.

···

On Sun, Dec 11, 2005 at 12:04:47AM -0500, Ryan Krauss wrote:

Updating to gs 8.16 fixed similar problems for me.

--
JP