Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 3: Line 3:
JXG.Options.text.fontSize = 16;
JXG.Options.text.fontSize = 16;
JXG.Options.line.strokeWidth = 0.8;
JXG.Options.line.strokeWidth = 0.8;
JXG.Options.point.size = 1;


var board = JXG.JSXGraph.initBoard('jxgbox', { boundingbox: [-5, 5, 5, -5], axis: true, showClearTraces: true});
var board = JXG.JSXGraph.initBoard('jxgbox', { boundingbox: [-5, 5, 5, -5], axis: true, showClearTraces: true});

Revision as of 15:04, 6 July 2021

The underlying JavaScript code