| 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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.