Setting viewpoint in implicit_plot3d

26 views
Skip to first unread message

Michel VAN DEN BERGH

unread,
Oct 16, 2020, 3:38:00 AM10/16/20
to sage-support
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

Eric Gourgoulhon

unread,
Oct 16, 2020, 8:31:55 AM10/16/20
to sage-support
Hi,

The viewpoint option is missing at the moment (SageMath 9.1)  in the threejs viewer, but it has been introduced in SageMath 9.2, which is about to be released, see

Eric.
Reply all
Reply to author
Forward
0 new messages