8000 DOC: Minor rendering fixes. · matplotlib/matplotlib@3acc9d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3acc9d2

Browse files
committed
DOC: Minor rendering fixes.
1 parent 73f2b0e commit 3acc9d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/users/whats_new.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,28 +82,28 @@ minimum and maximum colorbar extensions.
8282
Set 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

9090
New Boxplot Functionality
9191
-------------------------
9292

9393
Users 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

101101
New 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

Comments
 (0)
0