Anant
Anant

Reputation: 581

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)

Upvotes: 5

Views: 1489

Answers (3)

sergiopereira
sergiopereira

Reputation: 2066

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.

Upvotes: 0

Adriaan Stander
Adriaan Stander

Reputation: 166396

How about JMathsTool

Upvotes: 1

Pointy
Pointy

Reputation: 413737

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

Upvotes: 4

Related Questions