How to scale threejs graphs?
Hi, jmol works nicely in scaling 3d graphs in sagecell, however threejs does not. Even manual scaling using aspect_ratio does not seem to work; aspect_ratio is apparently ignored. Example: %var x,y g=plot3d(x^3*y^3, (x,-2,2),(y,-2,2),aspect_ratio=[1.0,1.0,.001]) threejs(g) Is there another way to scale graphs with threejs? Best Ingo