Sourish Basu
Sourish Basu
And with the same "blank" `.matplotlibrc`, if I switch back to `backend : MacOSX` this is what I get. 
With the following (to get a few different sized mathtext texts) ```python plt.text(.6, .2, r"$1.23$", ha='center', va='center', size=14) plt.text(.6, .1, r"$1.23$", ha='center', va='center', size=12) plt.text(.6, .3, r"$1.23$", ha='center', va='center', size=10)...
OK, this is interesting and slightly puzzling. I have `raqm` installed via macports, ```shell $ ls -l /Users/sbasu1/packages/macports/lib/libraqm.dylib lrwxr-xr-x 1 sbasu1 staff 15 2024 Jan 04 01:32:15 /Users/sbasu1/packages/macports/lib/libraqm.dylib -> libraqm.0.dylib...
So, I hardcoded the path to `libraqm.dylib` as you suggested, and indeed `mplcairo` now knows about `raqm` (and also `harfbuzz`, somehow, although I did no hardcoding for that), ```python In...
@Artoria2e5 I tried your `95-noemb.conf` and no luck, the tick labels are still not smooth. This is a screenshot.  Note that if I...
That's strange. I did export `HDF5_DIR` to the appropriate variable. I have to say I find this new `pip install` mechanism (for all packages) very frustrating. The `python setup.py` route...
Came here to say that I've tried all day to upload a 4.4 GB file using the web interface, but each time it gets stuck at a random point, usually...
I had filed a [separate report](#2582) on this, but that was closed by @slint with a canned response about the 50 GB quota. I gave up and split my archive...
@rgommers In one of my earlier tickets you had asked me to tag you in case of problems with intel compilers and numpy. Wondering if you had any thoughts on...
@ngoldbaum I did compile cpython with the same intel compilers, and now I'm trying to build numpy on top of that with the same compilers. Here's the configure line I...