Skip to content

Provide a verbatim mode #164

Description

@t-bltg

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).

Also, why not support LaTeX inline math mode, instead of plain TeX ?

julia> using GR
julia> plot(1:2, title=raw"\(\sqrt{2}\)")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions