Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plot Equations using Javascript (or anything client side)

Tags:

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

like image 549
Anant Avatar asked Mar 07 '10 17:03

Anant


People also ask

Can JavaScript be used for client side?

Client-side scripting simply means running scripts, such as JavaScript, on the client device, usually within a browser. All kinds of scripts can run on the client side if they are written in JavaScript, because JavaScript is universally supported.

Is JavaScript server-side or client side?

JavaScript is an important client-side scripting language and widely used in dynamic websites. The script can be embedded within the HTML or stored in an external file.

Which JavaScript is also called client side JavaScript?

Client-side JavaScript is the name given to JavaScript code that is embedded within an HTML file and executed by a web browser.

What is client side JavaScript example?

Client-Side JavaScript It means that a web page need not be a static HTML, but can include programs that interact with the user, control the browser, and dynamically create HTML content. The JavaScript client-side mechanism provides many advantages over traditional CGI server-side scripts.


2 Answers

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

like image 123
Pointy Avatar answered Oct 12 '22 13:10

Pointy


How about JMathsTool

like image 45
Adriaan Stander Avatar answered Oct 12 '22 13:10

Adriaan Stander