Re: [matplotlib-devel] Layout of subplots in output

2009-11-02 Thread Stéfan van der Walt
Hi JJ 2009/11/1 Jae-Joon Lee : > Can you try to install matplotlib again, after removing old ones. > The mac os X had a bug that does take care of the dpi. But I guess > this bug has been fixed in the svn. Unfortunately, I still see the same behaviour using the latest version from SVN. As noted

Re: [matplotlib-devel] Layout of subplots in output

2009-11-02 Thread Jae-Joon Lee
I now think this is not the dpi issue. Can you check the size of your figure in mac os X backend, after the plot is drawn? print f.get_size_inches() 8x6 inch is the default. With dpi setting of 300 and bigger, the figure size (in pixel) will be likely larger than your monitor size. And it seems

[matplotlib-devel] Closing paths in PolyCollection

2009-11-02 Thread Matthew West
Hi, The PolyCollection class currently closes the path for each polygon by adding a last point the same as the first point. This means that the line joins will be different on this point. I've submitted a patch to make PolyCollection use Path.CLOSEPOLY to close the path, which makes the li

[matplotlib-devel] Bug in Interactive Save with WX Backend

2009-11-02 Thread Robert Schroll
Dear all, I hope this isn't considered gauche, but: A few weeks ago, I added a bug [1] I had found when saving figures from the toolbar with a WX-based backend. I think it's a simple issue, and I included the simple fix that worked for me. Since then there's been no apparent activity on it.

Re: [matplotlib-devel] Incorrect output from demo_text_path.py on mac

2009-11-02 Thread Jae-Joon Lee
Thanks for the report. And I wonder if you can provide us some more details of your configuration and do some more tests. 1) You're not using usetex mode, correct? 2) Does your mathtext work fine otherwise? I mean, with the ordinary text command, not the textpath example. Regards, -JJ On Mon,