Oscar Gustafsson
Oscar Gustafsson
Yes, `horizontalalignment` is another `Text` property that cannot be passed through `tick_params`, so currently the "bad" mutate approach is the only way to obtain it.
Nice! I am not sure about the API-aspects, so I'll ask @timhoffm to chip in, but I assume that we in the long run would like `bar3d` to return this...
Now I am guessing a bit here, but I think that the hexbin-helper-function probably should go somewhere else than in a new module. `cbook` for that as well maybe? (There...
If nothing else, I believe that I'll be able to attend the dev-call next week (feel free to join if you want, see https://hackmd.io/@matplotlib/BJj3XFU1h ) and then I hope we...
If I recall it correctly, it is not possible to parameterize the tests using `image_comparison`. At least not that I have figured out. Not sure what you are trying to...
I can see the logs without logging in(?). (No idea how to add you anyway, sorry.) Not clear which is the actual error, but these are the candidates: ``` /home/circleci/project/lib/mpl_toolkits/mplot3d/axes3d.py:docstring...
I tried this now and not sure if my screen DPI makes it work, but both images are 1000 x 300. If someone else can please try, this should be...
I tried it on my ArchLinux machine in Spyder (and hence the qt5 backend) and there it is still 999x300 pixels, so I will not close it.
> Can we get a feature for `check_figures_equal()` similar to `image_comparison()`'s `remove_text` feature? I do not think this is required? The reason `remove_text` exists is that the font files may...
The renaming is done as part of #23056 Maybe I can add a bit of documentation as well, now that it is a bit more unified. That should be comments...