Figures not automatically rendered in some cases
還沒有人認領這個 Issue。
評估
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 新手友好度
- 38/100
- Issue 類型
- 缺陷
- 描述清晰度
- 基本清楚
- 活躍度
- 停滯
- 技術堆疊
- jupyter-notebook, python
研究方向
首先在全新的 Jupyter kernel 中重現雙儲存格範例,比較有無 style context 和 DateFormatter 時的 inline rendering 行為。追蹤第一個儲存格之後的 rendering path;當後續儲存格中建立的圖形能正常轉譯時即表示完成。
由索引模型根據 Issue 內容生成。
描述
I found that in a fresh Jupyter kernel, the following snippet prevents further figures to be rendered:
# cell 1
import matplotlib.pyplot as plt
from matplotlib.dates import DateFormatter
with plt.style.context('seaborn'):
fig, ax = plt.subplots(figsize=(5, 5))
ax.xaxis.set_major_formatter(DateFormatter("%H:%M"))
This figure ("cell 1") is rendered, but new figures are not rendered any more in a notebook:
# cell 2
fig, ax = plt.subplots(figsize=(5, 5)) # not rendered
The issue does not appear in any of the following case:
- "cell 2" is run before "cell 1": all following figures are then properly rendered
- The
%matplotlib inlineinstruction is explicitly added, before or after "cell 1" - The context manager is not used (but it fails with any stylesheet)
- The
DateFormatteris not applied
- 主要語言
- Jupyter Notebook
- 星號
- 31
- 分支
- 39
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
ipython/matplotlib-inline 的其他 Issue
-
難度 3/5 1-2 天 新手友好度 48/100
ipython/matplotlib-inline#61 ·
-
難度 3/5 1-2 天 新手友好度 35/100
ipython/matplotlib-inline#59 ·
-
難度 3/5 1-2 天 新手友好度 35/100
ipython/matplotlib-inline#57 · 1 個 reaction ·
-
難度 3/5 1-2 天 新手友好度 35/100
ipython/matplotlib-inline#54 · 1 則留言 ·
-
難度 2/5 1-3 小時 新手友好度 48/100
ipython/matplotlib-inline#44 · 1 則留言 ·
查看 ipython/matplotlib-inline 的全部 Issue
相似的 Issue
-
難度 2/5 1-3 小時 新手友好度 88/100
-
scope: charts status: waiting for maintainer
難度 2/5 1-3 小時 新手友好度 88/100
-
chore P3 plotly-internal size: 3 task
難度 2/5 1-3 小時 新手友好度 77/100
-
難度 2/5 1-3 小時 新手友好度 76/100
Live-Charts/LiveCharts2#2394 ·
-
難度 2/5 1-3 小時 新手友好度 65/100
jbkunst/highcharter#849 ·