News


Dynamic Mathematics with JavaScript

Release of version 0.75

The release of version 0.75 contains fixes of a few annoying bugs and improved slider handling. Support for charts and symbolic computations has been enhanced. [Read More]

Release of version 0.74

The release of version 0.74 of the JavaScript plotting and Geometry library JSXGraph contains bug fixes, code refactoring and improved documentation. [Read More]

Recent examples

Today, I want to highlight some of the recent examples in our documentation end example wiki: Interaction with jQuery UI: This examples uses external sliders from the jQueryUI widget set to change the parameters of a JSXGraph curve. Ordinary differential equations: This example shows the dynamic... [Read More]

Release of version 0.73

The release 0.73 of the JavaScript plotting and Geometry library JSXGraph contains bug fixes and some speed improvements. There are also major feature enhancements: Runge-Kutta method to solve ordinary differential equations numerically, see this example. Tangents and normals are now also possible for data plots and turtle graphics.... [Read More]

Charts – Google style

The JSXGraph wiki contains a new charting example. It shows that only a few style changes are needed to create charts in the style of Google analytics (sparklines). These few lines of JavaScript can easily be packed into a PHP file if one wants to create dynamic charts... [Read More]