Sourish Basu

Results 55 comments of Sourish Basu
trafficstars

And with the same "blank" `.matplotlibrc`, if I switch back to `backend : MacOSX` this is what I get. ![Screenshot 2024-01-03 at 11 51 12 AM](https://github.com/matplotlib/mplcairo/assets/3866945/3ae585b5-be27-4190-b6ea-9bfab11f9896)

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. ![Screenshot 2024-02-20 at 10 44 36 AM](https://github.com/matplotlib/mplcairo/assets/3866945/408ecef5-c696-4b3a-9f84-0c5caf69cfd4) 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...