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
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
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
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.
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,