1 | initial version |
This isn't the workaround you probably want, but you can use
sage: var('x,y')
(x, y)
sage: plot3d(x^2+y^2,(x,-1,1),(y,-1,1),viewer='tachyon')
to at least get a plot that should stick around. However, it will look different and cannot be manipulated dynamically.