3d example

396 days ago by autoplectic

x = var('x') y = var('y') show(plot3d(sin(x+y), (x,-2,2), (y,-2,2)), figsize=5, viewer='tachyon')