Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohankanojia/graphplotter
A simple graph plotting application that takes an equation in terms of x and y and plots a nice graph
https://github.com/rohankanojia/graphplotter
Last synced: 29 days ago
JSON representation
A simple graph plotting application that takes an equation in terms of x and y and plots a nice graph
- Host: GitHub
- URL: https://github.com/rohankanojia/graphplotter
- Owner: rohanKanojia
- Created: 2015-08-19T07:04:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T19:31:31.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T11:22:26.098Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.