-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Superscript '^' and subscript '_' don't work with gr() backend #2006
Comments
It's not supposed to. You can use unicode symbols like ², or LaTeXStrings, which should work. I'm not sure why it does not for you. Also, I recommend using ` or ``` around code in github issues. This makes it easier to read for others. |
Indeed this is a GR issue, I don't think that there is anything that can be done here on the Plots side. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using Plots
gr()
plot(1,xlabel="hi^2")
doesn't produce a superscript.
And since latex doesn't work with gr() backend, see issue here #2005, there is NO way to produce superscripts or subscripts with the gr() backend.
The text was updated successfully, but these errors were encountered: