Choose figsize for 3D plots
Apparently the option figsize does not work in 3D.
sage: var('x, y')
sage: W = plot3d(x^2 + y^2, (x, -2, 2), (y, -2, 2))
sage: show(W, figsize=6)
Any suggestions?
Apparently the option figsize does not work in 3D.
sage: var('x, y')
sage: W = plot3d(x^2 + y^2, (x, -2, 2), (y, -2, 2))
sage: show(W, figsize=6)
Any suggestions?
The output size in jupyter notebook can be changed using this workaround.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-03-21 19:39:14 +0100
Seen: 240 times
Last updated: Mar 24 '22
Plotting successive 3D plots in a for loop (only the last one can be plotted!)
Limiting the display range of a 3d plot
use a colormap for implicit_plot3d
The tachyon object used for rendering plots
Combination of lambda function and plot3d(?)
Multiple 3D plots in one panel -> graphics_array and 3D?