Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
| Download
Views: 148
# color blindness = red vs green # color blindness = blue vs green # blue + yellow # red + black
d
(x, y)
3D rendering not yet implemented
var("x y") plot3d( 4*x*exp(-x^2-y^2), (x,-2,2), (y,-2,2), plot_points=[80,80], color='seagreen', mesh=true )
(x, y)
3D rendering not yet implemented
var("x y") plot3d( 4*x*exp(-(x^2+y^2)), (x,-pi,pi), (y,-pi,pi), plot_points=[80,80], adaptive=True, color=['red', 'black'] )
(x, y)
3D rendering not yet implemented
var("x y") plot3d( 4*x*exp(-x^2-y^2), (x,-2,2), (y,-2,2), plot_points=[80,80], adaptive=True, color=['blue', 'yellow'] )
(x, y)
3D rendering not yet implemented
var("x y") plot3d( 4*x*exp(-x^2-y^2), (x,-2,2), (y,-2,2), plot_points=[80,80], adaptive=True, color=['blue','yellow','green','black'] )
(x, y)
3D rendering not yet implemented
var("x y") plot3d( 4*x*exp(-x^2-y^2), (x,-2,2), (y,-2,2), plot_points=[80,80], adaptive=True )
(x, y)
3D rendering not yet implemented