Page 1 of 1
Web developer help: Dynamic graphing
Posted: 2006-04-12 01:46am
by Darth Wong
Does anyone know of a freeware module to implement a dynamic graphing function on a website, so that a website can produce a graphically plotted function based on user input?
Posted: 2006-04-12 02:16am
by Pu-239
It shouldn't be hard to write a crappy PHP script that passes a function to gnuplot. Example:
http://meta.wikimedia.org/wiki/Gnuplot
Posted: 2006-04-12 03:27am
by Netko
Maybe this could help:
Physlets
It's a set of scriptable java applets intended for use in physics education. They work great even on crappy hardware (100mhz range - I unfortuantly have some experience in there usage with such hardware).
Anyway, among other things, there is a set of applets dealing with graphing data, functions, etc.
They are free for usage in non-commerical and educational enviroments.
Re: Web developer help: Dynamic graphing
Posted: 2006-04-12 06:08am
by Crazy_Vasey
Darth Wong wrote:Does anyone know of a freeware module to implement a dynamic graphing function on a website, so that a website can produce a graphically plotted function based on user input?
jGraph might work if you're willing to use a Java Applet.
http://www.jgraph.com/
Re: Web developer help: Dynamic graphing
Posted: 2006-04-12 08:09am
by Eleas
Crazy_Vasey wrote:Darth Wong wrote:Does anyone know of a freeware module to implement a dynamic graphing function on a website, so that a website can produce a graphically plotted function based on user input?
jGraph might work if you're willing to use a Java Applet.
http://www.jgraph.com/
If the routine causes any appreciable slowdown I'd prefer such a function to be user-end rather than server-side, if I were webmaster. In that case, a Java Applet wouldn't be a bad thing; anyone who wants to see the graph can pay that very affordable price.