@@ -82,28 +82,28 @@ minimum and maximum colorbar extensions.
8282Set default bounding box in matplotlibrc
8383------------------------------------------
8484
85- Two new defaults are available in the matplotlibrc configuration file.
86- These are savefig.bbox, which can be set to 'standard' or 'tight,' and
87- savefig.pad_inches, which controls the bounding box padding.
85+ Two new defaults are available in the matplotlibrc configuration file:
86+ `` savefig.bbox `` , which can be set to 'standard' or 'tight', and
87+ `` savefig.pad_inches `` , which controls the bounding box padding.
8888
8989
9090New Boxplot Functionality
9191-------------------------
9292
9393Users can now incorporate their own methods for computing the median and its
94- confidence intervals into the boxplot method. For every column of data passed
95- to boxplot, the user can specify an accompanying median and confidence
96- interval.
97- :meth: ` matplotlib.axes.boxplot `
98- .. plot :: examples /pylab_examples/boxplot_demo3.py
94+ confidence intervals into the :meth: ` ~matplotlib.axes. boxplot` method. For
95+ every column of data passed to boxplot, the user can specify an accompanying
96+ median and confidence interval.
97+
98+ .. plot :: mpl_examples /pylab_examples/boxplot_demo3.py
9999
100100
101101New RC parameter functionality
102102------------------------------
103103
104- Matthew Emmett added a function and a context manager to help manage
105- RC parameters: :func: `~matplotlib.rc_file ` and
106- :class: ` ~matplotlib.rc_context `. To load RC paramters from a file::
104+ Matthew Emmett added a function and a context manager to help manage RC
105+ parameters: :func: `~matplotlib.rc_file ` and :class: ` ~matplotlib.rc_context `.
106+ To load RC parameters from a file::
107107
108108 >>> mpl.rc_file('mpl.rc')
109109
0 commit comments