Elliott Sales de Andrade

Results 838 comments of Elliott Sales de Andrade

You'll probably want to fix the commit author on the `pymentize` commit.

> **What problem does it solve?** The issue occurred in the `__clear()` method in `lib/matplotlib/axes/_base.py`. When clearing an axes, default limits (0, 1) were set with `emit=True` (the default), causing...

> * `CIBW_AFTER_BUILD` does not actually exist, so those steps were not run previously > > * Moved some into `CIBW_TEST_COMMAND`, but in the process of getting things to work...

I am working on moving HiDPI down into the renderer as it causes issues for tight layout when it's so high up the stack. I'm not sure yet how much...

See matplotlib/matplotlib#5019 too.

> Your setup is broken, the issue is hat you have stuff in `/home/codespace/.local/lib/python3.12`. This can e.g. happen if you have at some point installed something with `pip install --user`....

If you set the colour of the Axes, you can see that the Axes patch is also too big: ``` import numpy as np import matplotlib.pyplot as plt angles =...

This is essentially a new feature request, to copy the functionality that's in the SVG backend of `svg.fonttype` to the PS backend. I think that should be a straightforward Good...

> As far as the pyproject.toml, I wasn't aware more than one license could be specified but I'll be honest and say I didn't think of the best way to...