From: Christian K. <ck...@ho...> - 2005-11-18 14:22:14
|
John Hunter wrote: >>>>>>"Christian" == Christian Kristukat <ck...@ho...> writes: > > > Christian> but now the frame line is back again - in white. > > Christian> 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 |