Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/plot/plot3d/help.pyx
4036 views
1
"""
2
3d Plotting Using Java3d
3
4
5
IMPORTANT NOTE ON LINUX -- This may help if you're having trouble with java3d:
6
From https://java3d.dev.java.net/binary-builds.html
7
8
In order to get Java3d working with sage in your browser, you have may
9
have to install the Java3d extension that can be found on "https://
10
java3d.dev.java.net/binary-builds.html". Follow the instructions in
11
the README posted there to install the Java3d extension in your local
12
java installation.
13
"""
14