Ask Your Question

Revision history [back]

I suggest visiting http://java.com/en/download/installed8.jsp to check if your Java is up-to-date.

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')