eps without figure frame

but now the frame line is back again - in white.

    > Any other ideas?

You want

  fig = figure(frameon=False)

or for an existing fig

  fig.frameon = False

JDH

John Hunter wrote:

"Christian" == Christian Kristukat <ckkart@...341...> writes:

    > but now the frame line is back again - in white.

    > Any other ideas?

You want

  fig = figure(frameon=False)

or for an existing fig

  fig.frameon = False

I tried that before. It gives a filled white frame without border line.
I checked that using skencil and pstoedit to convert into skencil's own format.
Btw. I'm using a smaller figure size than the default and the eps always
contains a small polygon with 4 nodes down at the left bottom of larger page
which is about DIN A4/US Letter which makes the bounding box unnecessary big.

Christian