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
https://wiki.sagemath.org/ReleaseTours/sage-9.2#Graphics
Eric.
Le vendredi 16 octobre 2020 à 09:38:00 UTC+2, Michel VAN DEN BERGH a écrit :
> 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/070a2567-f11b-4389-a5e5-61cc419fed44n%40googlegroups.com.