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