PyPlot.jl icon indicating copy to clipboard operation
PyPlot.jl copied to clipboard

3d plot figure size is not affected by figsize

Open roiholtzman opened this issue 4 years ago • 0 comments

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.

roiholtzman avatar Feb 11 '21 08:02 roiholtzman