Re: [sage-devel] Re: color for plot3d axes

2018-01-26 Thread Andy Howell
Eric, Chromium Version 63.0.3239.132 (Official Build) Built on Ubuntu , running on Ubuntu 17.10 (64-bit) does not display the any labels or numbers on the bounding box. Firefox 58.0 works fine. I tried grabbing the latest three-min.js from threejs.org to see if that helped. No luck. I don't know

Re: [sage-devel] Re: color for plot3d axes

2018-01-26 Thread Eric Gourgoulhon
Le vendredi 26 janvier 2018 21:19:22 UTC+1, Andy Howell a écrit : > > Eric, > > I tried with threejs. I could not get the labels to show with either sage > 8.0 or sage 8.2beta3. > The labels are here, but they are not placed along the blue arrows of the S object: they are located on other si

Re: [sage-devel] Re: color for plot3d axes

2018-01-26 Thread Andy Howell
Eric, I tried with threejs. I could not get the labels to show with either sage 8.0 or sage 8.2beta3. One interesting thing I did find through. I plotted a sphere, with the opacity=0.2. S = sphere(center=(0,0,0),size=2,opacity=0.2) show(S, viewer='threejs',axes=True, axes_labels=['a','b','c']) I