JuliaPy / JuliaPy/PyPlot.jl

3d plot figure size is not affected by figsize

Open
#518 0 comments 0 reactions 0 assignees View on GitHub
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")
```
![3dfigsize](https://user-images.githubusercontent.com/7188052/107612994-1d518f80-6c50-11eb-9ab3-4284464e8193.png)

I am running Julia 1.5.3.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.