-
Notifications
You must be signed in to change notification settings - Fork 250
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
Latex support #1464
Comments
See #1094 and GiovineItalia/Compose.jl#369 (Compose is the graphics package that Gadfly uses). |
Thanks a lot. By the way, why to_latex("\lambda_i") works, but to_latex("\lambda_A") does not work. I mean sub of Capital character doesn't support. |
Yes, not all characters have been added to julia unicode superscript/subscript. |
Thanks for your patience. That is nice. |
Sorry to disturb again. to_latex("\muA") does not work as well. |
Gadfly relies on julia itself or other packages to provide symbol support. In a julia REPL (or Jupyter) try typing "\mu" (without the quote marks) and press tab key immediately. This will give you the symbol μ. See Tab completion in the Julia docs. You can copy and paste the symbol into any julia code e.g. |
Closing this now because the info is in #1094 |
It seems that Gadfly still cannot support latex form of axis. I think that is quite important for researchers who want to plot figures of papers.
The text was updated successfully, but these errors were encountered: