Skip to content Skip to sidebar Skip to footer

Plot Equations Using Javascript (or Anything Client Side)

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

Solution 1:

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

Solution 2:

How about JMathsTool

Solution 3:

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.

Post a Comment for "Plot Equations Using Javascript (or Anything Client Side)"