JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
475 stars 87 forks source link

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

Open roiholtzman opened 3 years ago

roiholtzman commented 3 years ago

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.