Commit 4da0d5d
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]>1 parent 52a83c8 commit 4da0d5d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments