Ploting 3D difference between VirtualBox Linux versus W10
Hi
Sage8.0.
there is a difference Between SageMath under VirtualBox Linux VM : Nice graph, or SageMath under W10 :no graph at all when executing this code in notebook.
x, y = var('x y')
W = plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1), frame=False, color='purple', opacity=0.8)
S = sphere((0,0,0),size=0.3, color='red', aspect_ratio=[1,1,1])
show(W + S, figsize=8)
Can you specify the notebook you are using? Jupyter or the legacy notebook? Besides, you may consider upgrading to SageMath 8.1. Maybe the problem is fixed there.
Hi eric_g I don't know if it is Jupyiter or legacy notebook. The only thing I know is that I click on my desk on a kind of blue spherical polygon , then a shell named "sagemath 8.0 notebook Server" appears, then in my EdgeBrowser (Microsoft Edge 41.16299.15.0) I can see a page " \localhost\8888 " then i click on new -> sageMath 8.0 .
I'm gonna try Sagemath Windows 8.1(Sorry,I did not.know there is a 8.1) and I'll tell you the result.