https://github.com/lsevero/webplotter
A simple webapp plotter written in coffeescript.
https://github.com/lsevero/webplotter
Last synced: 2 months ago
JSON representation
A simple webapp plotter written in coffeescript.
- Host: GitHub
- URL: https://github.com/lsevero/webplotter
- Owner: lsevero
- Created: 2014-01-01T16:24:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T18:02:53.000Z (over 7 years ago)
- Last Synced: 2025-01-20T18:44:54.769Z (4 months ago)
- Language: HTML
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WEB PLOTTER
===========It's a simple webapp that let's you write a program and plot a graphic.
Instead of just write the mathematical function like "x^2 + 1" that you would type in Geogebra writing a program lets you plot much more complex graphics.
The plots are made in client side,and can be written in Coffeescript or Javascript, your choice.
It can handle animations too. I also added a button to let you save the graphic as a image.Go to http://lvspais.herokuapp.com/dnlcaos/web_plotter.html to see it running.