Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3d plot figure size is not affected by figsize #518

Open
roiholtzman opened this issue Feb 11, 2021 · 0 comments
Open

3d plot figure size is not affected by figsize #518

roiholtzman opened this issue Feb 11, 2021 · 0 comments

Comments

@roiholtzman
Copy link

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

I am running Julia 1.5.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant