JuliaPy / JuliaPy/PyPlot.jl

3d plot figure size is not affected by figsize

オープン
#518 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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")
```
![3dfigsize](https://user-images.githubusercontent.com/7188052/107612994-1d518f80-6c50-11eb-9ab3-4284464e8193.png)

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

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

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