@@ -6,23 +6,57 @@ What's new in matplotlib
66
77.. _whats-new-svn :
88
9- What new in svn
10- ===============
9+ What new in matplotlib-0.99
10+ =============================
11+
12+ .. _whats-new-mplot3d :
13+
14+ mplot3d
15+ --------
16+
17+
18+ Reinier Heeres has ported John Porter's mplot3d over to the new
19+ matplotlib transformations framework, and it is now available as a
20+ toolkit mpl_toolkits.mplot3d. See the `examples
21+ <http://matplotlib.sourceforge.net/examples/mplot3d/index.html> `_ and
22+ :ref: `toolkit_mplot3d-tutorial `
23+
24+ .. plot :: pyplots/whats_new_mplot3d.py
25+
26+ .. _whats-new-axes-grid :
27+
28+ axes grid toolkit
29+ -----------------
30+
31+ Jae Joon has added a new toolkit to ease displaying multiple images in
32+ matplotlib, as well as some support for curvilinear grids to support
33+ the world coordinate system. See :ref: `axes_grid_users-guide-index `
34+ and `examples <http://matplotlib.sourceforge.net/examples/axes_grid/index.html >`_
35+
36+ .. plot :: pyplots/whats_new_axes_grid.py
37+
38+ .. _whats-new-spine :
1139
1240Axis spine placement
1341--------------------
1442
1543Andrew Straw has added the ability to place "axis spines" -- the lines
16- that denote the data limits -- in various arbitrary locations. See
44+ that denote the data limits -- in various arbitrary locations. No
45+ longer are your axis lines constrained to be a simple rectangle around
46+ the figure -- you can turn on or off left, bottom, right and top, as
47+ well as "detach" the spine to offset it away from the data. See
48+ :ref: `pylab_examples-spine_placement_demo ` and
1749:class: `matplotlib.spines.Spine `.
1850
51+ .. plot :: pyplots/whats_new_99_spines.py
52+
1953.. _whats-new-0-98-4 :
2054
2155What new in 0.98.4
2256==============================
2357
2458It's been four months since the last matplotlib release, and there are
25- a lot of new features and bug-fixes.
59+ a lot of new features and bug-fixes.
2660
2761Thanks to Charlie Moad for testing and preparing the source release,
2862including binaries for OS X and Windows for python 2.4 and 2.5 (2.6
0 commit comments