Hi All,
I just spent an hour or two tracking down some problems with the
buildbot test images that crept in unnoticed with the pdf backend
testing. I think I now fixed all the issues with the buildbot testing,
which required a few changes to the MPL source and a few on the buildbot
server to b
>
> On Wed, Nov 11, 2009 at 7:12 PM, Andrew Straw wrote:
>
>> > I had a patch waiting in the wings for that, but I wanted to see the dust
>> > settle before committing it. I think the dust is officially settled, so
>> > please commit yours or else I'll commit mine.
>> >
>>
>
> Please go ah
On Thu, Nov 12, 2009 at 3:45 PM, Jae-Joon Lee wrote:
> By the way, I just encountered some zorder issue with the new patch.
> The thing is, zorder=1 for Images seems to high.
> For example, patches also have zorders=1. So, if I draw an image, and
> add some patches (which I often do to indicate re
Jouni K. Seppänen wrote:
> No, that's exactly what I was thinking about - some newly-found font
> might break matplotlib, or might change somebody's output because of the
> font matching algorithm.
> Actually, the font matching system can
> sometimes break things:
>
> http://thread.gmane.org/gmane
On Wed, Nov 11, 2009 at 7:12 PM, Andrew Straw wrote:
> I had a patch waiting in the wings for that, but I wanted to see the dust
> settle before committing it. I think the dust is officially settled, so
> please commit yours or else I'll commit mine.
>
Please go ahead.
By the way, I just encount
No, that's exactly what I was thinking about - some newly-found font
might break matplotlib, or might change somebody's output because of the
font matching algorithm. Actually, the font matching system can
sometimes break things:
http://thread.gmane.org/gmane.comp.python.matplotlib.general/18255/f
Sorry about that bug. Obviously it wasn't tested properly.
It seems like the only side effect of this change is that matplotlib
will pull in fonts from non-standard locations defined in their
fontconfig configuration. (It's already pulling them from standard
locations that are hardcoded in fo
Because of the problem described here:
http://thread.gmane.org/gmane.comp.python.matplotlib.general/20328
I modified font_manager.py to use subprocess.Popen instead of
commands.getstatusoutput, since subprocess seems to deal with EINTR
while the commands module does not. While looking at it, I ch
Thanks. This is applied in r7952 and r7954.
Mike
Urs Fleisch wrote:
> A function to get the font properties angle is missing in the EMF backend of
> matplotlib 0.99.1. This patch has to be applied in addition to patch
> https://sourceforge.net/tracker/index.php?func=detail&aid=2853659&group_i