=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Instructions: 1. Click the green flag 2. Choose which type of graph you want to visualize 3. Play around with the sliders to change the variables of the graph equation 4. Change the speed slider to skip how many pixels the graph draws =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Loop: repeatedly draws the graph Hide tool: hides the line that marks the coordinate =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Big thanks to @DylTech for doing this, I changed a couple things to make this graph more accurate and user friendly and I plan on maybe adding more graphs in the future (Also some of these graphs were labeled wrong lol) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Graph equations: Quadratic: ax² + bx + c Cubic: ax³ + bx² + cx + d Sine: amplitude*sin (wavelength * x) Tangent: amplitude*tan (wavelength * x) Rational Function: (k * x) / (k₂ * x) Changes: Added speed slider so graphs are more accurate, removed unnecessary lines while drawing, added graphics to buttons to better visualize what the functions will look like