Re: [matplotlib-devel] Layout of subplots in output
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 earlier, I work around the issue now by switching to the pdf backend. Regards Stéfan -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Layout of subplots in output
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 that in mac os X backend, the figure gets shrunken to fit the display, effectively reducing the figuresize. So, my recommendation is to use smaller dpi for screen display (default is something like 80), and increase the dpi when saving the figure ("savefig" has a dpi parameter). Regards, -JJ 2009/11/2 Stéfan van der Walt : > Hi JJ > >> this bug has been fixed in the svn. > > Unfortunately, I still see the same behaviour using the latest version > from SVN. As noted earlier, I work around the issue now by switching > to the pdf backend. > > Regards > Stéfan > -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Closing paths in PolyCollection
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 line joins on the stroking correct. See https://sourceforge.net/tracker/?func=detail&aid=2890979&group_id=80706&atid=560722 There is also a small test script and the current and expected output attached to the above tracker entry. Please let me know if there is some other way this should be fixed. Best regards, Matt. -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Bug in Interactive Save with WX Backend
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. Is there something more I need to do on it? If someone is already taking care of it, I apologize for hassling you. But if the fix is as simple as I think it is, it would be a shame to have it fall through the cracks. Thanks, Robert [1]https://sourceforge.net/tracker/?func=detail&atid=560720&aid=2880836&group_id=80706 -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Incorrect output from demo_text_path.py on mac
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, Nov 2, 2009 at 2:45 PM, tcb wrote: > Hi, > > I am running the svn version of matplotlib on a mac (OSX 10.6 with latest > macports), and there is a problem with the output from demo_text_path.py. It > does give the correct output on linux, so I assume the problem is either > with the installed fonts on the mac, or with the mathtext code (in > particular the tables in _mathtext_data.py). From the output, you can see > that the text is correct in the upper subplot, but in the lower one, where > is uses mathematical symbols, it is garbled. I get the same output for > different backends (I have checked with macosx, GTKAgg and pdf). > > > If I can help to figure out the problem, please let me know, > > regards, > > tcb > > > -- > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel