PyPlot support for one interactive figure in IJulia
未关闭
还没有人认领这个 Issue。
- 主要语言
- Julia
- 星标
- 488
- 派生
- 90
- PR 合并指标
- 30 天内没有已合并 PR
描述
I often find it could be useful if I could force a figure to be displayed in pygui while all figure before and after should be displayed inline in the notebook. I imagine something like:
pygui(true) do # plot in pygui
plot(1:10)
end
plot(1:10) # display in notebook
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 PyPlot.jl 对 pyplot GUI 模式和 figure 显示的处理,然后检查 figure 在 IJulia 中是如何渲染的。所要求的行为是,有作用域的 pygui 块只将其 figure 发送到 GUI,而前后的绘图仍以内联方式保留在 notebook 中。没有指定文件或测试,因此必须先定位相关的 display 路径。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, matplotlib, python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100