Skip to content

LaTeXStrings #127

Closed
Closed
@PaulSoderlind

Description

@PaulSoderlind

This crashes: plt.title(L"\cos x") with a message starting with ERROR: Python: TypeError: __str__ returned non-string

Instead, this works: plt.title(String(L"\cos x"))

Is some kind of conversion planned?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriorityShould be fixed or implemented soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions