Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2020-04-12 08:34:53
Size: 676
Editor: egourgoulhon
Comment:
Revision 5 as of 2020-04-12 09:35:08
Size: 1249
Editor: egourgoulhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== Three.js is the new default 3D viewer ==

[[https://doc.sagemath.org/html/en/reference/plot3d/threejs.html|Three.js]] has become the default viewer for 3D plots, in replacement of Jmol. Note that Jmol is still available, via the option ''viewer='jmol' '' in the plot functions.
Line 20: Line 24:

* New plotting capabilities: [[https://doc.sagemath.org/html/en/reference/plotting/sage/plot/plot.html#sage.plot.plot.multi_graphics|multi-graphics]] and [[https://doc.sagemath.org/html/en/reference/plotting/sage/plot/graphics.html#sage.plot.graphics.Graphics.inset|graphic insets]]

Sage 9.0 Release Tour

released Jan 1, 2020

Python 3 transition

Just in time for the new decade, this is the first version of Sage running on Python 3 by default.

See Python3-Switch for more details

Three.js is the new default 3D viewer

Three.js has become the default viewer for 3D plots, in replacement of Jmol. Note that Jmol is still available, via the option viewer='jmol' in the plot functions.

More details

* Release announcements: See https://groups.google.com/forum/#!forum/sage-release

* Trac tickets with milestone 9.0

* Changes in the manifold part

* New plotting capabilities: multi-graphics and graphic insets