Mandelbrot mit JSXGraph
Aus Wiki1
(Unterschied zwischen Versionen)
| (Der Versionsvergleich bezieht 5 dazwischenliegende Versionen mit ein.) | |||
| Zeile 1: | Zeile 1: | ||
| - | <jsxgraph box="jxgbox" width=" | + | <jsxgraph box="jxgbox" width="600" height="700"> |
const board = JXG.JSXGraph.initBoard('jxgbox', { | const board = JXG.JSXGraph.initBoard('jxgbox', { | ||
| Zeile 24: | Zeile 24: | ||
const div = document.getElementById('jxgbox'); | const div = document.getElementById('jxgbox'); | ||
const canvas = document.createElement('canvas'); | const canvas = document.createElement('canvas'); | ||
| - | canvas.width = | + | canvas.width = 600; |
canvas.height = 600; | canvas.height = 600; | ||
canvas.style.position = 'absolute'; | canvas.style.position = 'absolute'; | ||
Aktuelle Version vom 14:08, 22. Dez. 2025
Mit den Schiebereglern können Iterations-Tiefe und Zoom gesteuert werden. Mit der Maus+linke Maustaste kann der Bildausschnitt verschoben werden.
