v1.12.0

News (Page 11)

Stay informed about the latest developments in JSXGraph — from new features and performance enhancements to upcoming events that shape the future of interactive mathematics on the web.

To make sure you never miss an update, subscribe to our RSS feed.

New features, fixes, and performance updates can be found in the “Release” category.

List of Posts

Release of version 0.99

Release
Posted on April 10, 2014 by Alfred Wassermann
It’s out! We just released JSXGraph version 0.99. The most notable changes are a completely new plotting algorithm for function graphs and curves (If one wants to use the plotting algorithm of version 0.98, the attribute doAdvancedPlotOld:true can be supplied). Further, there are new elements: polarline, polarpoint, radicalaxis stepfunction...

JSXGraph in epub3

Example
epub3
Posted on March 19, 2014 by Alfred Wassermann
We have been asked a couple of times if JSXGraph can be embedded into epub3 ebooks. Here is a small ebook example about the Theorem of Thales (as called in Germany). It is realized as fixed layout ebook and uses JSXGraph, based on JavaScript and...

Release of version 0.98

Release
Posted on September 27, 2013 by Alfred Wassermann
The long-awaited release of version 0.98 of JSXGraph is available for download.It contains a new element “slope triangle”, improved sector elements, an updated moodle plugin and many other smaller changes, see the CHANGELOG. There has been a considerable speedup of the underlying SVG drawing, which results in a smooth...

New moodle plugin

General
Moodle
Posted on August 13, 2013 by Alfred Wassermann
Finally, the moodle plugin for JSXGraph has been updated to run on moodle 2+. It is available at http://jsxgraph.uni-bayreuth.de/wp/download/tools/. To install, you have to unzip the downloaded file in the subdirectory “filter” of your moodle installation and open the admin page of moodle. Here is a minimal example:...

0.97 on CDNJS

General
CDN
Posted on May 6, 2013 by Michael Gerhäuser
JSXGraph 0.97 is now available on CDNJS. The url is http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/jsxgraphcore.js You can also load the file readers from cdnjs: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeogebraReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/GeonextReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/IntergeoReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.97/SketchReader.min.js

Release candidate 0.97

Release
Posted on March 14, 2013 by Alfred Wassermann
Version 0.97 is a complete overhaul of JSXGraph code base. It brings a lot of changes which in some cases might break your code. So, even if this version is already well tested internally, we decided to start with a release candidate. Please, test it carefully against your code base...

JSXGraph and AMD

General
How to
AMD
require.js
Posted on March 14, 2013 by Alfred Wassermann
Version 0.97 introduces module definitions as defined by the AMD API. This only enforces the module and namespace pattern we were using in JSXGraph for years. Do I have to change my code? In most cases: No. We made these changes with backwards compatibility in mind. Just load...