News


Dynamic Mathematics with JavaScript

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]

New features in release 0.72

There are three main highlights of the 0.72 release. Here are examples: Export to psTricks Riemann sum JSXGraph 0.72 contains an implementation of unzip and gunzip, see the file Util.js of the source code. [Read More]

Release of version 0.72

The release 0.72 of JSXGraph contains many bug fixes and speed improvements. The highlight of this release is a pure JavaScript implementation of unzip and gunzip. This will enable the display of Intergeo constructions (http://i2geo.net). Further new features are: export from JSXGraph to pstricks (LaTeX), point coordinates are shown on... [Read More]