JuliaPy / JuliaPy/PyPlot.jl

Plot3D does not used current subplot

オープン
#226 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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))
```

![image](https://cloud.githubusercontent.com/assets/636625/16340225/dc6939b0-39f4-11e6-9c0b-e49297eff7f0.png)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。