You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replaced gca(projection="3d") with plt.axes(projection="3d") (#533)
* replaced gca(projection="3d") with plt.axes(projection="3d") as needed for matplotlib 3.4.2
* added an alias for gca() depending on the PyPlot vers.
* added an alias for gca() depending on the PyPlot vers.
* replaced the alias with direct call at the right places
* changed to proposed solution with quote "subplot"
* corrected indentation to use spaces instead of tabs
* Delete settings.json
removed the settings.json from vscode.
* Update src/plot3d.jl
* Update src/plot3d.jl
Co-authored-by: Steven G. Johnson <[email protected]>
0 commit comments