https://github.com/jsxgraph/json2d_jsxgraph
JSON 2D Graphics interface for JSXGraph
https://github.com/jsxgraph/json2d_jsxgraph
Last synced: about 1 year ago
JSON representation
JSON 2D Graphics interface for JSXGraph
- Host: GitHub
- URL: https://github.com/jsxgraph/json2d_jsxgraph
- Owner: jsxgraph
- License: mit
- Created: 2022-10-03T18:59:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T08:46:52.000Z (about 3 years ago)
- Last Synced: 2025-02-14T15:15:38.840Z (over 1 year ago)
- Language: HTML
- Size: 333 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2D_JSXGraph
JSON 2D Graphics interface for JSXGraph
Create an interface for rendering [Mathics](https://mathics.org/), [Symja](https://github.com/axkr/symja_android_library) and [Wolfram Language 2D Graphics](https://reference.wolfram.com/language/ref/Graphics.html) primitive objects with JSXGraph as the basic library.
See the discussion at https://github.com/jsxgraph/jsxgraph/issues/448.
See also:
- https://github.com/Mathics3/mathics-core/discussions/435
- [Symja example](https://matheclipse.org/input?i=Plot(Piecewise(%7B%7Bx%5E2,%20x%20%3C%200%7D,%20%7Bx,%20x%20%3E=%200%26%26x%3C1%7D,%7BCos(x-1),%20x%20%3E=%201%7D%7D),%20%7Bx,%20-2,%2012%7D))