ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: redraw

redraw(0) redraws the current 2D visualization window.

Example: spiral ≔ createImage("❨FresnelC(t), FresnelS(t)❩", "t", [-10, 10, 0.01])
         drawLines("spiral")
         spiral ≔ createImage("❨FresnelS(t), FresnelC(t)❩", "t", [-10, 10, 0.01])
         redraw(0)