11.. _whats-new-1-0 :
22
33New in matplotlib 1.0
4- ======================
4+ =====================
55
66.. contents :: Table of Contents
77 :depth: 2
88
99.. _whats-new-html5 :
1010
1111HTML5/Canvas backend
12- ---------------------
12+ --------------------
1313
1414Simon Ratcliffe and Ludwig Schwardt have released an `HTML5/Canvas
1515<http://code.google.com/p/mplh5canvas/> `__ backend for matplotlib. The
@@ -47,7 +47,7 @@ indexing (starts with 0). e.g.::
4747See :doc: `/gallery/subplots_axes_and_figures/subplot_demo ` for several code examples.
4848
4949Contour fixes and and triplot
50- ---------------------------------
50+ -----------------------------
5151
5252Ian Thomas has fixed a long-standing bug that has vexed our most
5353talented developers for years. :func: `~matplotlib.pyplot.contourf `
@@ -66,7 +66,7 @@ plotting unstructured triangular grids.
6666 Triplot Demo
6767
6868multiple calls to show supported
69- ---------------------------------
69+ --------------------------------
7070
7171A long standing request is to support multiple calls to
7272:func: `~matplotlib.pyplot.show `. This has been difficult because it
@@ -85,7 +85,7 @@ and `bug tracker
8585
8686
8787mplot3d graphs can be embedded in arbitrary axes
88- -------------------------------------------------
88+ ------------------------------------------------
8989
9090You can now place an mplot3d graph into an arbitrary axes location,
9191supporting mixing of 2D and 3D graphs in the same figure, and/or
@@ -100,15 +100,15 @@ argument to add_axes or add_subplot. Thanks Ben Root.
100100 What's New 1 Subplot3d
101101
102102tick_params
103- ------------
103+ -----------
104104
105105Eric Firing wrote tick_params, a convenience method for changing the
106106appearance of ticks and tick labels. See pyplot function
107107:func: `~matplotlib.pyplot.tick_params ` and associated Axes method
108108:meth: `~matplotlib.axes.Axes.tick_params `.
109109
110110Lots of performance and feature enhancements
111- ---------------------------------------------
111+ --------------------------------------------
112112
113113
114114* Faster magnification of large images, and the ability to zoom in to
@@ -124,7 +124,7 @@ Lots of performance and feature enhancements
124124 throughout the API
125125
126126Much improved software carpentry
127- ---------------------------------
127+ --------------------------------
128128
129129The matplotlib trunk is probably in as good a shape as it has ever
130130been, thanks to improved `software carpentry
@@ -140,7 +140,7 @@ Thanks to Andrew Straw, Michael Droettboom and other matplotlib
140140developers for the heavy lifting.
141141
142142Bugfix marathon
143- ----------------
143+ ---------------
144144
145145Eric Firing went on a bug fixing and closing marathon, closing over 100 bugs on
146146the (now-closed) SourceForge bug tracker with help from Jae-Joon Lee, Michael
0 commit comments