matplotlib / matplotlib/ipympl

fig.canvas displays in all ipywidgets.Tab tabs

未关闭
#126 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Jupyter Notebook
星标
1.7k
派生
234
PR 合并指标
30 天内没有已合并 PR

描述

In the latest version (0.3.3) a fig.canvas does not display correctly in ipywidgets.Tab. Notional example:

tab = widgets.Tab()
tab.children = [fig1.canvas, fig2.canvas]
tab

The figures appear in both tabs. Not expected and this used to work in previous version (0.2.1). Please also see picture.
tab_display_error

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 issue 中使用两个 fig.canvas 子元素的最小 ipywidgets.Tab 示例开始,并将其与版本 0.2.1 报告的行为进行比较。调查版本 0.3.3 中的选项卡显示如何处理 canvas 的可见性。完成的标准是每个图形只出现在自己的选项卡中,并且回归问题由适当的测试覆盖。

由索引模型根据 Issue 内容生成。

评估

技术栈
jupyter, jupyter-notebook
领域
frontend
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。