-
I say we choose the same exact license as jsxGraph... since this is the main program we used:
https://github.com/johnRedden/jsxgraph
-
```
We currently escape non-ASCII characters in log, report, and other outputs
using format `\uXXXX`. This works fine with characters on the Basic
Multilingual Plane (BMP), but characters outside of…
-
http://jsxgraph.uni-bayreuth.de/wp/2012/11/02/howto-export-jsxgraph-constructions/
Help found above.
-
Had a request to plot inequalities... y > x + 1. should be able to:
http://jsxgraph.uni-bayreuth.de/docs/symbols/Inequality.html
// Plot the inequality
// y >= 2/3 x + 1
// or
// 0 >= -3…
-
// Created an arrow providing two points.
var A = board.create('point', [4.0, 2.0]);
var B = board.create('point', [1.0, 1.0]);
board.create('arrow', [A, B]);
// Created a line providing two points.
…
-
Parabolas require a line on the board in order for them to properly be constructed:
http://jsxgraph.uni-bayreuth.de/docs/symbols/Parabola.html
Not sure how that will work for the user
-
When I tried to build the source in my windows machine, it failed. I attached the log file here.
-
```
We currently escape non-ASCII characters in log, report, and other outputs
using format `\uXXXX`. This works fine with characters on the Basic
Multilingual Plane (BMP), but characters outside of…
-
There should be a way to delete map points. Maybe right click to delete?? They highlight on mouseover so getting a handle on it **should** be easy.
-
New collapsable utility palette.. print button, create SVG button, create PNG button. I have no idea how to do these things but might be cool... get an image and share on Facebook. Save and share b…