-
Notifications
You must be signed in to change notification settings - Fork 10
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in using TeX inside geom_text() #13
Comments
This can be resolved by specifying the output of
|
This appears to be a new issue (for me) related to some change in ggplot2. The workaround above worked for me as documented. See stackoverflow question below. Thanks. |
#12 is fixed as of 0.9.0. I will add a note about ggplot in the documentation. |
I would like to annotate math formulas on the plot using
geom_text()
and I specified the TeX expression to thelabel
argument in following code.However, it produces following error
The text was updated successfully, but these errors were encountered: