Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0ca92 commit 7d8d78eCopy full SHA for 7d8d78e
doc/users/whats_new/ticks_rcparams.rst
@@ -1,10 +1,10 @@
1
New rcParams
2
------------
3
4
-The parameters `xtick.top`, `xtick.bottom`, `ytick.left`
5
-and `ytick.right` were added to control where the ticks
+The parameters ``xtick.top``, ``xtick.bottom``, ``ytick.left``
+and ``ytick.right`` were added to control where the ticks
6
are drawn.
7
8
``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.
+`~matplotlib.axes.Axes.hist`. This can be an `int`, a list of floats, or
+``'auto'`` if numpy >= 1.11 is installed.
0 commit comments