JuliaPy / JuliaPy/PyPlot.jl

Displaying plots in vscode

Open
#576 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
488
Forks
90
PR merge metrics
No merged PRs in 30d

Description

Whenever I try to plot something using PyPlot.jl, nothing is displayed and only a ```1-element Vector{PyCall.PyObject}:
PyObject ``` element is returned.

I also tried ```p = plot(...); show(p)```, and ```p = plot(...); display(p)``` but I get nothing.

Plotting with Plots.jl works fine though. Is this a known issue or did I miss something?

I am running julia with vs code, I have julia 1.10 and the latest version of pyplot.jl.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.