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