@@ -10,8 +10,8 @@ The default backend no longer must be set as part of the build
1010process. Instead, at run time, the builtin backends are tried in
1111sequence until one of them imports.
1212
13- Headless linux servers (identified by the DISPLAY env not being defined)
14- will not select a GUI backend.
13+ Headless Linux servers (identified by the DISPLAY environment variable not
14+ being defined) will not select a GUI backend.
1515
1616Cyclic colormaps
1717----------------
@@ -53,8 +53,8 @@ be rotated and the color can be changed. By default the labels and arrows have
5353the same color, but the class may also pass arguments for customizing arrow
5454and text layout, these are passed to :class: `matplotlib.textpath.TextPath ` and
5555`matplotlib.patches.FancyArrowPatch `. Location, length and width for both
56- arrow tail and head can be adjusted, the the direction arrows and labels can
57- have a frame. Padding and separation parameters can be adjusted.
56+ arrow tail and head can be adjusted, the direction arrows and labels can have a
57+ frame. Padding and separation parameters can be adjusted.
5858
5959
6060Add ``minorticks_on()/off() `` methods for colorbar
@@ -96,11 +96,11 @@ manually set using `.figure.Figure.canvas.set_window_title()`.
9696Legend now has a *title_fontsize * keyword argument (and rcParam)
9797----------------------------------------------------------------
9898
99- The title for a `.Figure.legend ` and `.Axes.legend ` can now have its fontsize
99+ The title for a `.Figure.legend ` and `.Axes.legend ` can now have its font size
100100set via the *title_fontsize * keyword argument. There is also a new
101101:rc: `legend.title_fontsize `. Both default to ``None ``, which means the legend
102- title will have the same fontsize as the axes default fontsize (*not * the
103- legend fontsize , set by the *fontsize * keyword argument or
102+ title will have the same font size as the axes default font size (*not * the
103+ legend font size , set by the *fontsize * keyword argument or
104104:rc: `legend.fontsize `).
105105
106106
@@ -112,10 +112,10 @@ of the attribute `axes.prop_cycle` with cyclers using the `markevery`
112112Line2D object property. An example of this feature is provided at
113113:doc: `/gallery/lines_bars_and_markers/markevery_prop_cycle `.
114114
115- Multipage PDF support for pgf backend
116- -------------------------------------
115+ Multi-page PDF support for pgf backend
116+ --------------------------------------
117117
118- The pgf backend now also supports multipage PDF files.
118+ The pgf backend now also supports multi-page PDF files.
119119
120120.. code-block :: python
121121
@@ -227,4 +227,4 @@ Sphinx 1.8 provides by default. (``:mathmpl:`` uses Matplotlib to render math
227227expressions to images embedded in html, whereas Sphinx uses MathJax.)
228228
229229When using Sphinx<1.8, both names (``:math: `` and ``:mathmpl: ``) remain
230- available for backcompatibility .
230+ available for backwards-compatibility .
0 commit comments