@@ -30,12 +30,17 @@ Kevin Davies has extended Yannick Copin's original Sankey example into a module
3030Animation
3131---------
3232
33- Ryan May has written a backend-independent
34- framework for creating animated figures. The :mod: `~matplotlib.animation `
35- module is intended to replace the
36- backend-specific examples formerly in the :ref: `examples-index `
37- listings. Examples using the new framework are in
38- :ref: `animation-examples-index `.
33+ Ryan May has written a backend-independent framework for creating
34+ animated figures. The :mod: `~matplotlib.animation ` module is intended
35+ to replace the backend-specific examples formerly in the
36+ :ref: `examples-index ` listings. Examples using the new framework are
37+ in :ref: `animation-examples-index `; see the entrancing :ref: `double
38+ pendulum <animation-double_pendulum_animated>` which uses
39+ :meth: `matplotlib.animation.Animation.save ` to create the movie below.
40+
41+ .. raw :: html
42+
43+ <iframe width =" 420" height =" 315" src =" http://www.youtube.com/embed/32cjc6V0OZY" frameborder =" 0" allowfullscreen ></iframe >
3944
4045This should be considered as a beta release of the framework;
4146please try it and provide feedback.
@@ -133,10 +138,12 @@ as 2D plotting, Ben Root has made several improvements to the
133138* Most 3D plotting functions now support empty inputs
134139
135140* Ticker offset display added:
141+
136142.. plot :: mpl_examples/mplot3d/offset_demo.py
137143
138144* :meth: `~mpl_toolkits.mplot3d.axes3d.Axes3D.contourf `
139145 gains *zdir * and *offset * kwargs. You can now do this:
146+
140147.. plot :: mpl_examples/mplot3d/contourf3d_demo2.py
141148
142149Numerix support removed
0 commit comments