Dear all,
I have this plot command which works fine
var('x,y,z')
G=implicit_plot3d(x^2+y^2-z^2==0.0001, (x,-1,1), (y,-1,1),
(z,-1,1),plot_points=200,frame=False,viewer="threejs")
However I would like to change the default camera position and I cannot
figure out how to do this... I would be very grateful to anyone that can
help me.
Michel
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-support/24c5cfb2-4cdd-41be-a91d-50b716c9c92fn%40googlegroups.com.