Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
PGF: Clip lines/markers to maximum LaTeX dimensions.#20410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This has been open for many years without any change to LaTeX, so itseems unlikely they are going to change how their parsing works.Fixesmatplotlib#4482.
I'm surprised that is all there is to it, but if this helps... |
olegrog commentedDec 24, 2021
@QuLogic Thank you for this fix. However, it is not complete. If I understand correctly, you have clipped markers (in |
PR Summary
This has been open for many years without any change to LaTeX, so it seems unlikely they are going to change how their parsing works.
Note that this does add clipping for filled paths, which we normally don't do, but it's so so far away, I don't think it'll be a problem.
Fixes#4482.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).