Sagemath 8.0 and Sagemath 8.1 and Windows 10
It seems that there is no solution to my problem but I am still hoping. I installed the Windows native version of Sagemath and every try to use plot3d (i.e. var('y') plot3d( 4xexp(-x^2-y^2), (x,-2,2), (y,-2,2))) runs into the following error:
/opt/sagemath-8.0/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py:590: RichReprWarning: Exception in _rich_repr_ while displaying object: Jmol failed to create file '/dot_sage/temp/Sandman/16196/dir_oUJsU7/preview.png', see '/dot_sage/temp/Sandman/16196/tmp_9jJjSY.txt' for details RichReprWarning,
Is anybody out there who can help to fix that Sagemath bug?
Thanks for your help!
If jmol fails to plot it, does the one or the other viewer give the plot? For instance
threejs
ortachyon
...Related:
threejs
immediately work on my linux machine, and for other reasons, the written html file is opened by default via bluefish. Since plotting is not an issue for me, i stopped here.)reported at https://github.com/sagemath/sage-wind...
@dan_fulea: I tried threejs. Sometimes it works but if I try to plot vector fields, like the example:
F1 = (y,z,x) P1 = plot_vector_field3d(F1,(x,-2,2),(y,-2,2),(z,-2,2), colors="blue") show(P1, viewer='threejs')
it just shows an empty cube
@vdelecroix: Thanks ;-)
@dan_fulea: "Tachyon" would do it. But it is some kind of fuzzy... But thanks for the hint.
Thanks for reporting !