Press green flag to start plotting y=sin(x*x) on a coordinate system where (x, y) is mapped to (sqrt(x), sqrt(y)). Stops at right bound of screen. Click stage to stop plot and show mouse (x,y) coordinate in plot's coordinate space. Modify scaleX/scaleY and click green flag to replot. Press space to reset scaleX/scaleY to defaults and replot.
- Can modify Plot(i) block to plot a different function. - Also try with multiple calls to Plot(x,y) under Plot(i). - Can modify the map and unmap functions to do different coordinate (re)mapping and coordinate point calculation, but make sure one's transformations are always reversed in the other (and in reverse order).