-
-
Notifications
You must be signed in to change notification settings - Fork 698
Open
Description
Example:
var('x')
var('y')
plot3d(cos(x) + sin(y), (x, -2,1), (y, -2,1), axes = True)
At least one axis is in the right location, the other two...
Translating coordinates into jmol seems to be difficult, so maybe this is the reason?
CC: @kcrisman
Component: graphics
Keywords: plot3d, axes
Issue created by migration from https://trac.sagemath.org/ticket/3862