Web developer help: Dynamic graphing
Moderator: Thanas
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Web developer help: Dynamic graphing
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?
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
It shouldn't be hard to write a crappy PHP script that passes a function to gnuplot. Example: http://meta.wikimedia.org/wiki/Gnuplot
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
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.
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.
-
- Jedi Council Member
- Posts: 1571
- Joined: 2002-07-13 12:56pm
Re: Web developer help: Dynamic graphing
jGraph might work if you're willing to use a Java Applet. http://www.jgraph.com/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?
Re: Web developer help: Dynamic graphing
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.Crazy_Vasey wrote:jGraph might work if you're willing to use a Java Applet. http://www.jgraph.com/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?
Björn Paulsen
"Travelers with closed minds can tell us little except about themselves."
--Chinua Achebe
"Travelers with closed minds can tell us little except about themselves."
--Chinua Achebe