PyPlot.jl
PyPlot.jl copied to clipboard
3d plot figure size is not affected by figsize
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.