Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Apparently the option figsize does not work in 3D. Any suggestions?

var('x y') W = plot3d(x^2+y^2,(x,-2,2),(y,-2,2)) show(W, figsize=6)

Apparently the option figsize does not work in 3D. Any suggestions?

var('x y') W = plot3d(x^2+y^2,(x,-2,2),(y,-2,2)) show(W, figsize=6)

Choose figsize for 3D plots

Apparently the option figsize does not work in 3D. 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?

var('x y') W = plot3d(x^2+y^2,(x,-2,2),(y,-2,2)) show(W, figsize=6)