alfredwassermann
alfredwassermann
var f = board.create('functiongraph', [ function (x) { return ((x - 0) ** 5 * (x - 2)); }, -4, 4 ], { strokeWidth: 2, strokeColor: 'black', }); var i1...
Implement convenient methods to decide if objects intersect (in the affine plane) or if a coordselement is incident with an element. See https://jsfiddle.net/bnedm095/3/
We are planning to introduce a new element `vectorfield`. Please, make suggestion here, how such an element should look like. What kind of input parameters are useful? board.create('vectorfield`, [????]);
Up to now, JessieCode is only evaluated for the y-function, not the x-function.
Enable HTML attributes for input, checkbox and button. Further, think about printing / downloading JSXGraph plus HTML elements
When zooming in ChromeOS, i.e. zoom on OS level Ctrl-+, the position of HTML text elements is wrong.
JXG.Dump.toJessie() relies on the property array parents of JSXGraph objects. The content of element.parents has been changed at least with e29f6111af66ea5c316dd83ed5546aa5a694f122. For sure, it is wrong for texts and curves....
Add intersection point between polygon borders and lines.
The property "margin" allows to have small margin inside of the canvas. This is ignored by ticks- Example: ``` var board = JXG.JSXGraph.initBoard('jxgbox', {axis:false, boundingbox: [-10,10,10,-10], keepaspectratio:true, ignoreLabels: false}); var...