Thanks to visit codestin.com Credit goes to github.com
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
LaTeX parser error with \overset symbol
\overset
Code for reproduction
import matplotlib.pyplot as plt plt.text(0, 0, r"$x \overset{f}{\rightarrow} y$")
Actual outcome
ValueError: x \overset{f}\rightarrow y ^ Unknown symbol: \overset, found '\' (at char 2), (line:1, col:3)
Expected outcome
overset: http://tex.wikidot.com/snippets:overset-and-underset
Matplotlib version
print(matplotlib.get_backend())
matplotlib installed with pip.
matplotlib
pip
The text was updated successfully, but these errors were encountered:
Fixed by #18916.
Sorry, something went wrong.
No branches or pull requests
Bug report
Bug summary
LaTeX parser error with
\overset
symbolCode for reproduction
Actual outcome
Expected outcome
overset: http://tex.wikidot.com/snippets:overset-and-underset
Matplotlib version
print(matplotlib.get_backend())
): module://ipykernel.pylab.backend_inlinematplotlib
installed withpip
.The text was updated successfully, but these errors were encountered: