An open API service indexing awesome lists of open source software.

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.

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.