I have created html code for a website that has an embedded SageCell within 
it. The code plots a 3D image of two lines obtained from the RK4 solution 
of two differential equations. In SMC, using show(line1+line2) outputs a 3D 
image that can be rotated using the mouse. However, in the embedded 
SageCell, it outputs the 3D image but it is no longer movable. From my 
extensive google searching, I am guessing it is due to some issue with jmol 
in the SageCell. Is there a way around this to make the 3D image movable 
like it is in SMC? Changing the viewer to tachyon produces the same problem.

I've found a slight workaround using threejs(line1+line2). However, the 
movable 3D image produced as output is very small in a fairly large webgl 
window. Is there a way to make the image produced larger or zoomed in 
somehow?

Thanks.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to