Antony Lee
Antony Lee
Can I close this then? The whole thing is a bit fuzzy to me, sorry...
Sorry, I don't use jupyter at all these days and can't really help there (I'll probably remove the mention of ipykernel.pylab.backend_inline from the docs if that's getting deprecated...). The only...
I don't know anything about the locl system, does the syntax at https://github.com/matplotlib/mplcairo#font-formats-and-features not work? If you need more info, you will need to provide a font with multiple localized...
Thank you for the reference. This feature is not available right now in mplcairo, but I would probably accept a PR adding support for it using an extension of the...
Sure, that seems reasonable too.
I think the following patch is sufficient (it does work locally for me on the Gentium cyrillic example), can you confirm? ```patch diff --git i/src/_raqm.h w/src/_raqm.h index 471d3af..adf00cf 100644 ---...
OK, I'll stick to the patch above for now (if either you or @andjc can confirm that it works) and defer slicing syntax to another time, then.
The above patch is now in master. Leaving open as we may consider implementing slicing later.
Also pushed support for slicing. Thus closing, but feel free to ping for reopen in case I missed anything.
I have written a fair ampunt of Qt GUIs myself, so things should work fine there. What was your focus? Matplotlib sets the default to Qt.StrongFocus which should include ClickFocus....