/GraphPlotter

A simple graph plotting application that takes an equation in terms of x and y and plots a nice graph

Primary LanguageJavaScript

GraphPlotter

=====================================================================================

A simple graph plotting application that takes an equation in terms of x and y and plots a nice graph for it(If it's possible within 640x480 scale) on html canvas. To run you must have LAMP(for Linux) or WAMP(for windows) installed on your machine. Paste this directory in your server's directory (usually /srv/html/htdocs on most Linux machines), on windows it may differ. After that open your browser and type localhost/graphPlotter in URL bar.