1 | initial version |
There is a bug in passing the mesh
option. So you need to do:
var('x y')
plot3d(x^2-y^3,(x,-2,2),(y,-2,2)).show(mesh=true)
Also, in more recent versions of Sage & Jmol, you can a button that gives you access to Jmol options. This then allows you to adjust the color of the mesh.