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
If there a possibility to use latex in the labels?
if I try:
yaxis!(L"Label")
I get the error: ERROR: UndefVarError: @L_str not defined
Please. I really need this.
The text was updated successfully, but these errors were encountered:
Sorry for asking the obvious, did you using LaTeXStrings?
using LaTeXStrings
Sorry, something went wrong.
Sorry, I didn't know the LaTeXStrings. That solves the problem. Thanks!
I found that if I import LaTeXStrings in the main block:
LaTeXStrings
if abspath(PROGRAM_FILE) == @__FILE__ using LaTeXStrings label = L"x" end
then I get:
UndefVarError: `@L_str` not defined
Importing it before main solves the issue.
main
No branches or pull requests
If there a possibility to use latex in the labels?
if I try:
yaxis!(L"Label")
I get the error: ERROR: UndefVarError: @L_str not defined
Please. I really need this.
The text was updated successfully, but these errors were encountered: