3d plot figure size is not affected by figsize
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.