Mandelbrot mit JSXGraph
Aus Wiki1
(Unterschied zwischen Versionen)
| Zeile 73: | Zeile 73: | ||
// Initial zeichnen | // Initial zeichnen | ||
drawMandelbrot(Math.round(slider.Value())); | drawMandelbrot(Math.round(slider.Value())); | ||
| + | |||
| + | board.update(); | ||
</jsxgraph> | </jsxgraph> | ||
