1 | initial version |
I suggest visiting http://java.com/en/download/installed8.jsp to check if your Java is up-to-date.
2 | No.2 Revision |
I suggest visiting http://java.com/en/download/installed8.jsp to check if your Java is up-to-date.
Another useful trick is to plot using threejs instead of the default Jmol.
For this, you could do:
sage: g = lambda x, y: x^2 + y
sage: plot3d(g, (1, 3), (1, 10), viewer='threejs')