Mandelbrot mit JSXGraph

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 17: Zeile 17:
   const div = document.getElementById('jxgbox');
   const div = document.getElementById('jxgbox');
   const canvas = document.createElement('canvas');
   const canvas = document.createElement('canvas');
-
   canvas.width = 800;
+
   canvas.width = 400;
-
   canvas.height = 600;
+
   canvas.height = 400;
   canvas.style.position = 'absolute';
   canvas.style.position = 'absolute';
   canvas.style.left = "0px";
   canvas.style.left = "0px";

Version vom 10:36, 15. Sep. 2025

Persönliche Werkzeuge