Wireframe surface diagrams
I can plot a simple surface with
plot3d(x^2-y^2,(x-2,2),(y,-2,2))
which gives me a nice Jmol rendered surface. But what I can't find out is how to draw the same surface with wireframes (including hidden lines). Thanks!