News


Dynamic Mathematics with JavaScript

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]

Release of version 0.71

The release 0.71 of JSXGraph contains major improvements of ticks on lines. Equidistant and special ticks are possible now. Further it contains much improved automatic labeling of axes, see http://jsxgraph.uni-bayreuth.de/wiki/index.php/Ticks for a description. The snap-to-grid mode has been enabled again. Further the release contains many bug fixes, among them... [Read More]