Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d8d78e

Browse files
committed
DOC: fixed docs
1 parent 5e0ca92 commit 7d8d78e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
New rcParams
22
------------
33

4-
The parameters `xtick.top`, `xtick.bottom`, `ytick.left`
5-
and `ytick.right` were added to control where the ticks
4+
The parameters ``xtick.top``, ``xtick.bottom``, ``ytick.left``
5+
and ``ytick.right`` were added to control where the ticks
66
are drawn.
77

88
``hist.bins`` to control the default number of bins to use in
9-
`~matplotlib.axes.Axes.hist`. This can be an ``int``, an array, or
10-
``'auto'`` if numpy > 1.11 is installed.
9+
`~matplotlib.axes.Axes.hist`. This can be an `int`, a list of floats, or
10+
``'auto'`` if numpy >= 1.11 is installed.

0 commit comments

Comments
 (0)