Displaying plots in vscode
未关闭
- 主要语言
- Julia
- 星标
- 488
- 派生
- 90
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
报告提到了 VS Code、Julia 1.10、PyPlot.jl 以及与 Plots.jl 的比较,但没有指明源文件或测试。请在 VS Code 中复现绘图和显示调用,将其行为与 Plots.jl 进行比较,并确定缺失的输出是否属于受支持的集成问题;完成的标准是确认原因,并记录修复方案或限制。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, python, vscode
- 领域
- data-visualization, devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100