xxxxxxxxxx
var('x,y,z');
p1=implicit_plot3d(
x^2/1^2-y^2/2^2,(x,-3,3),(y,-3,3),(z,-3,3),
contour=0,color=(cos(x+y)*sin(z^2),colormaps.bwr))
p2=implicit_plot3d(
y^2-1^2,(x,-3,3),(y,-3,3),(z,-3,3),
contour=0,opacity=.7,color='#3636ff')
(p1+p2).show(frame=False)
No comments:
Post a Comment