Enter a mathematical function and have it plotted on a 2D plane.
------
Equations are entered as a function of x. An example for a unit circle would be:
f(x) = (1-x^2)^(1/2)
For a full list of the functions, operators, variables and constants available in this widget visit <a href="http://functions2d.abrahamjoffe.com.au/v0.1.html" target="_blank">http://functions2d.abrahamjoffe.com.au/v0.1.html
There is one main feature that is missing from this release and that is that the axis do not have markings on them. This is due to the limitation of Canvas not being able to write text, however in a later release I will have my own text implementation.
One thing I'd like is the ability to zoom x and y separately.
By garmt , # Jun 5, 2006 5:32:50 PM