1 | initial version |
In a recent Sage, this seems to be working fine.
sage: version()
'SageMath version 8.2.beta4, Release Date: 2018-01-27'
sage: plot3d(lambda x, y: sin(x-y)*y*cos(x), (-3, 3), (-3, 3), mesh=True)
Launched jmol viewer for Graphics3d Object
2 | No.2 Revision |
In a recent Sage, this seems to be working fine.
In the Sage REPL:
sage: version()
'SageMath version 8.2.beta4, Release Date: 2018-01-27'
sage: plot3d(lambda x, y: sin(x-y)*y*cos(x), (-3, 3), (-3, 3), mesh=True)
Launched jmol viewer for Graphics3d Object
In the Jupyter notebook, it launches jsmol instead, but the meshed plot3d displays fine.