Plot3D does not used current subplot
オープン
- 主要言語
- Julia
- スター
- 488
- フォーク
- 90
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Not sure if this is a known issue, but the following code gives me this not so nice output. (I'm currently checked out on master.)
``` julia
using PyPlot
figure()
subplot(2,2,1)
plot(randn(10))
subplot(2,2,2)
plot3D(randn(10),randn(10),randn(10))
```

コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by running the issue's Julia example with subplot, plot, and plot3D to reproduce the output. Trace the subplot and plot3D entry points and their interaction with matplotlib. Done means plot3D renders in the currently selected subplot rather than creating or using the wrong axes.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, matplotlib, python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100