v1.12.0

News - category "General"

List of Posts

The Redesigned JSXGraph Logo

General
Redesign
Logo
Posted on October 4, 2025 by Carsten Miller
Dear friends of JSXGraph, JSXGraph has a new look and it’s more than just a facelift: The JSXGraph logo comes in three layouts (text, square, banner) each suited for different uses. Download the various logo files and versions here. Evolving the JSXGraph Logo...

The New JSXGraph Website Is Live!

General
Redesign
Website
Posted on October 3, 2025 by Carsten Miller
Dear friends of JSXGraph, We’re excited to announce the launch of the completely redesigned JSXGraph website — clearer, faster, and more intuitive than ever. The new site puts everything you need right at your fingertips, from documentation to community projects. A Fresh Design, Built for Clarity The new JSXGraph...

Exciting News - New Discussion Forum

General
Discussion
Posted on March 17, 2025 by Alfred Wassermann
Dear community, It’s time to bid farewell to our old Google Groups discussion forum and hello to a brand new, modern platform! After careful evaluation, we’ve chosen to host our new forum at https://forum.jsxgraph.org, built on the open-source Discourse software (https://github.com/discourse/discourse). Easy Registration and Posting Registration is...

https enabled

General
Webserver
Posted on January 17, 2017
Good news: The JSXgraph site jsxgraph.uni-bayreuth.de now be accessed with https. Thanks to letsencrypt.org

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

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...

Code cleanup in 0.97

General
AMD
Posted on March 14, 2013 by Alfred Wassermann
While we implemented the AMD pattern in JSXGraph version 0.97 we also cleaned up our code base. There were a few math functions which you could access as “shortcuts” as methods of our JXG.Board class defined in src/Wrappers.js. Wrappers.js is gone now and the...

JSXGraph 0.95 and 0.96 on CDNjs

General
CDN
Posted on December 10, 2012 by Michael Gerhäuser
After a short break, JSXGraph is back on cdnjs: 0.95: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.95/jsxgraphcore.js 0.96: //cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.96/jsxgraphcore.js Many thanks to Marc and – of course – Ryan and Thomas from cdnjs.

SourceForge repository: New URL

General
Git
Repository
SourceForge
Posted on September 28, 2012 by Michael Gerhäuser
We updated our SourceForge project to the new “forge” software and in this regard sourceforge moved our repository. You can find the new URLs here. To update the remote in your local repository do $ git remote set-url <remote-name> <new url>

JSXGraph has moved to Git

General
Git
Subversion
Posted on June 4, 2012 by Michael Gerhäuser
We moved our version control from Subversion to Git. We also created a project page at GitHub to make it easier for you to report bugs and feature requests and to participate in the development of JSXGraph. If you are not familiar with Git you can find a lot...

CDN updated to v0.94

General
CDN
Posted on May 14, 2012 by Alfred Wassermann
After a some delay, jsxgraphcore.js version 0.94 is now available at the CDN: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/jsxgraphcore.js Further, the reader software for other file formats is available there, too: http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/GeonextReader.min.js http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.94/IntergeoReader.min.js We tried – without success – to persuade the people behind cdnjs to let us...

CDN updated to v0.93

General
CDN
Posted on January 27, 2012 by Michael Gerhäuser
JSXGraph version 0.93 is now available on cdnjs.com, too. The link is http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.93/jsxgraphcore.js

v 0.92 available on CDN

General
Posted on September 17, 2011 by Alfred Wassermann
Version 0.92 has been landed on the CDN. The link is http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.92/jsxgraphcore.js Best, Alfred

JSXGraph is in the cloud!

General
CDN
Posted on September 7, 2011 by Alfred Wassermann
Now it is official: JSXGraph is hosted by the CDN (content delivery network) cdnjs. A CDN is a world wide network of servers. If your web browser requests a file from this network, that file will be delivered to your computer from the nearest server of this network....

Option handling in version 0.90

General
Options
Posted on June 8, 2011 by Alfred Wassermann
The upcoming version 0.90 is a major rewrite of the complete JSXGraph codebase. Since there are so many changes, we decided to reflect this leap forward already in the version numbering and jump directly from version 0.82 to version 0.90. The main area of changes is the object JXG.Options. Starting...

JSXGraph – handling images and texts

General
image
text
transformation
Posted on January 2, 2011 by Alfred Wassermann
Dear friends of JSXGraph, the upcoming release 0.83 0.90 of JSXGraph contains the long awaited better support of images. Finally! An image can be included in JSXGraph by specifying an URL of an image, its lower left corner and its height and width. The coordinates and lengths are given...

Who’s using JSXGraph?

General
Posted on July 24, 2009 by Alfred Wassermann
If you are using JSXGraph on your website or if JSXGraph is part of your exciting software project, we would be happy if you let us know. Please post a comment with an URL and a short description.

JSXGraph at CADGME 09

General
Posted on July 12, 2009 by Alfred Wassermann
Yesterday we presented JSXGraph at the CADGME 09 conference which is hosted in the beautifully located Castle of Hagenberg, Austria. Among many other things we showed the interaction between JSXGraph and jquery widgets, the computation of geometric loci on server side using CoCoa, and the display of...

JSXGraph at Google Groups

General
Discussion
Forum
graphics
MediaWiki
Plotting
WordPress
Posted on March 19, 2009 by Alfred Wassermann
Features of JSXGraph can now be discussed in the new forum at Google groups. Recent new developments are the JSXGraph plugins for WordPress and MediaWiki. These are initial releases, please give us feedback. Here are examples for WordPress and MediaWiki.

New JSXGraph homepage

General
Posted on February 18, 2009 by Alfred Wassermann
Today we moved the JSXGraph homepage from cmsmadesimple to wordpress. The optimal theme still has to be found. This week the work on a MediaWiki-extension for JSXGraph has been started. Here is the first example.