Antony Lee
Antony Lee
I am no longer regularly using conda-build and thus have little interest in pushing this patch further. Anyone should feel free to pick it up if it is still relevant.
Unfortunately I cannot reproduce the issue. What is the value of `rcParams["text.antialiased"]`? If you apply the patch below, what antialiasing value gets printed? ```patch diff --git i/ext/_util.cpp w/ext/_util.cpp index 55ed9d2..57da84d...
To test the patch: Clone the repository, apply the patch, then `pip install .` from the root directory. Also, perhaps try the module://mplcairo.qt or module://mplcairo.tk backends? (I think you're on...
Do you have anything special in your matplotlibrc? Does the issue remain if you remove all its contents except for the backend setting, or if you call matplotlib.rcdefaults() first?
Do you also have the problem with mathtext? (`plt.text(.5, .5, "$1.23$"` at whatever relevant size)
Hmm, that is interesting. What happens if you try to force loading raqm with `mplcairo.set_options(raqm=True)`? What if you hard-code the path of the raqm dylib in load_raqm() (in _raqm.cpp), replacing...
Thanks for trying. Not any bright idea right now...
Thanks for the suggestion. Do you know how to test the hypothesis?
Can you try at least the python script with matplotlib 3.8 (which has just been released)? I do see that there's an issue with 3.7.2, though I haven't investigated the...
Ah yes, I remember the problem now. For the macosx backend you'll need to install mplcairo from HEAD (`pip install git+https://github.com/matplotlib/mplcairo`); alternatively, as noted above, you can use one of...