3d plot figure size is not affected by figsize
オープン
- 主要言語
- Julia
- スター
- 488
- フォーク
- 90
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am plotting a 3d plot, but the figure size is not changed according to my setting.
This is my code:
```
using PyPlot
using3D()
fig = plt.figure(figsize=(6, 10))
ax = plt.axes(projection="3d")
```

I am running Julia 1.5.3.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the reported Julia 1.5.3 example with PyPlot, using `using3D()`, `plt.figure(figsize=(6, 10))`, and `plt.axes(projection="3d")`. Investigate how PyPlot and matplotlib handle the 3D figure size, and consider the issue resolved when the displayed 3D figure reflects the requested dimensions.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, matplotlib, python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100