We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug summary
All's in the title.
Code for reproduction
from pylab import * figtext(.5, .5, r"$\lim_{x\to\infty}f(x)$", size=48)
Actual outcome
The \lim is clearly too high.
\lim
Expected outcome
Proper vertical alignment.
Likely the same problem affects all operators listed in _overunder_functions.
_overunder_functions
Matplotlib version
print(matplotlib.get_backend())
@aitikgupta perhaps you may be interested looking at this too? (up to you, of course).
The text was updated successfully, but these errors were encountered:
I can look into this 👍🏼
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Bug summary
All's in the title.
Code for reproduction
Actual outcome
The
\lim
is clearly too high.Expected outcome
Proper vertical alignment.
Likely the same problem affects all operators listed in
_overunder_functions
.Matplotlib version
print(matplotlib.get_backend())
): qt5agg@aitikgupta perhaps you may be interested looking at this too? (up to you, of course).
The text was updated successfully, but these errors were encountered: