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
Xref JuliaPlots/Plots.jl#4514.
julia> using GR julia> plot(1:2, title="\$") ERROR: syntax error ERROR: syntax error
It would be useful to provide a verbatim mode (i.e. don't try to interpret title, labels, ... as pseudo-latex commands).
title
label
Also, why not support LaTeX inline math mode, instead of plain TeX ?
LaTeX
TeX
julia> using GR julia> plot(1:2, title=raw"\(\sqrt{2}\)")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Xref JuliaPlots/Plots.jl#4514.
It would be useful to provide a verbatim mode (i.e. don't try to interpret
title
,label
s, ... as pseudo-latex commands).Also, why not support
LaTeX
inline math mode, instead of plainTeX
?The text was updated successfully, but these errors were encountered: