views:

60

answers:

3

Is there any library which I can use to plot mathematical equations? (Preferably using javascript, could me in Java also; or anything clientside)

+4  A: 

Have you looked at Flot? http://code.google.com/p/flot/

Pointy
excellent library for graphing
Erik
A: 

How about JMathsTool

astander
A: 

I've seen some pages that use http://omnipotent.net/jquery.sparkline/ and they look pretty good for Cartesian coordinates. It's also simple to use and works on most browsers.

sergiopereira