Hi Mark,

On Tue, Feb 26, 2008 at 11:30:55AM +0100, Mark Bakker wrote:
> As a workaround, can you just turn the axis box and ticks off?
> 
> xticks([])
> yticks([])
> setp(ax,'frame_on',False)
> 
> Or does that give the same problem?

Unfortunately the problem also occurs when I replace the axis("off")
with the lines suggested by you.  The xticks commands work, but the
setp breaks things again:

with setp (broken output):

    [EMAIL PROTECTED] [~/project/kalman/survey/fig2] grep -i BoundingBox 
out.eps 
    %%BoundingBox: 1 300 326 417
    %%HiResBoundingBox: 1.923182 300.843797 325.923182 416.043797

without setp (output looks ok but has an extra frame):

    [EMAIL PROTECTED] [~/project/kalman/survey/fig2] grep -i BoundingBox 
out.eps 
    %%BoundingBox: 143 338 468 454
    %%HiResBoundingBox: 143.999991 338.520012 467.999991 453.720012

Is there anything else I can try?

Many thanks,
Jochen
-- 
http://seehuhn.de/

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to