We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is going to require letting view3d have children.
;; https://jsxgraph.org/docs/symbols/Functiongraph3D.html (let [box [-5 5] F (fn [x y] (Math/sin (* x (/ y 4))))] [jsx/JSXGraph {:boundingbox [-8 8 8 -8] :showCopyright false :axis false :showNavigation false} [:view3d {:parents [[-6, -3] [8 8] [box box box]] :xPlaneRear {:visible false} :yPlaneRear {:visible false}} [jsx/FunctionGraph3D {:parents [F box box] :strokeWidth 0.5 :stepsU 70 :stepsV 70}]]])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is going to require letting view3d have children.
The text was updated successfully, but these errors were encountered: