Skip to content

The show() method doesn't seem to work. #561

@marlloseff

Description

@marlloseff

Hello everybody! I used show() to re-show a plot that was closed. In Julia 1.8.3 it doesn't seem to work anymore.
x = plot(rand(10), rand(10))

close the window

show() # out: empty
x # out: 1-element Vector{PyCall.PyObject}:
PyObject <matplotlib.lines.Line2D object at 0x7faecfddfd30>
show(x) # out: PyCall.PyObject[PyObject <matplotlib.lines.Line2D object at 0x7faecfddfd30>]
display(x) # out: equal to x

Note: I had to install PyCall with the ENV["PYTHON"]="" option

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