Displaying plots in vscode
- 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
Research direction
The report mentions VS Code, Julia 1.10, PyPlot.jl, and a comparison with Plots.jl, but names no source file or test. Reproduce the plotting and display calls in VS Code, compare their behavior with Plots.jl, and determine whether the missing output is a supported integration issue; done means a confirmed cause and documented fix or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, python, vscode
- Domain
- data-visualization, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100