Skip to content

Error parsing pi #107

Description

@sverek

When using pi in for example plot(xlims=(0,pi)) the generated LaTeXcode is

xmin = {0}, xmax = {π = 3.1415926535897...}

Workaround:

fpi=Float64(pi)
plot(xlims=(0,fpi))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions