Results 637 comments of Antony Lee

You can press "g/G" to toggle the gridlines already.

Sure, I'll do that. I'm sorry for the mess, but this is basically me trying to remember all the patches or even just ideas I have accumulated over the years...

Edit: fraction bar rendering has been added too.

This is semi-intentional: if these checks fail (error > 0) then the error should really be raised using throw_ft_error, not with a plain raise as I currently do, but throw_ft_error...

> On the call, we were discussing whether it made sense to target all these font-related (and requiring full image rebuild) PRs to a separate feature branch, which would contain...

Fixed https://github.com/matplotlib/matplotlib/pull/30059#issuecomment-2899636790 by using FT_CHECK (thus also needs #30123).

I didn't look carefully but I believe I can just get rid of the changes in #29199 when rebasing because my PR essentially already does the same thing, correct? (no...

Actually, brutally rebasing on top of #29199 and rerunning the new test_rotation_mode_anchor suggests that there may be slight off-by-1 or so errors in positioning with the new code (nothing huge...

I convinced myself that the shift is not obviously wrong (that test uses center_baseline alignment; with e.g. baseline alignment I don't see such a shift) so I went ahead and...