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

Skip to content

Commit 0d4c84a

Browse files
committed
DOC: merge the rcparams sections
1 parent 7314c90 commit 0d4c84a

1 file changed

Lines changed: 21 additions & 16 deletions

File tree

doc/users/whats_new.rst

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,8 @@ revision, see the :ref:`github-stats`.
2828
New in matplotlib-2.0
2929
=====================
3030

31-
New rcParams
32-
------------
33-
34-
The parameters ``xtick.top``, ``xtick.bottom``, ``ytick.left``
35-
and ``ytick.right`` were added to control where the ticks
36-
are drawn.
37-
38-
Furthermore, the parameters ``xtick.major.top``, ``xtick.major.bottom``,
39-
``xtick.minor.top``, ``xtick.minor.bottom``, ``ytick.major.left``,
40-
``ytick.major.right``, ``ytick.minor.left``, and ``ytick.minor.right`` were
41-
added to control were ticks are drawn.
4231

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

4734

4835

@@ -59,8 +46,8 @@ A side benefit is that the Qt options editor now allows setting the alpha
5946
channel of the artists as well.
6047

6148

62-
Configuration (rcParams)
63-
------------------------
49+
New Configuration (rcParams)
50+
----------------------------
6451

6552
+---------------------------------+--------------------------------------------------+
6653
| Parameter | Description |
@@ -83,6 +70,24 @@ Configuration (rcParams)
8370
+---------------------------------+--------------------------------------------------+
8471
|`svg.hashsalt` | see note |
8572
+---------------------------------+--------------------------------------------------+
73+
|`xtick.top`, `xtick.minor.top`, | Control where major and minor ticks are drawn. |
74+
|`xtick.major.top` | The global values are `and` ed with the |
75+
|`xtick.bottom`, | corosponding major/minor values. |
76+
|`xtick.minor.bottom`, | |
77+
|`xtick.major.bottom` | |
78+
|`ytick.left`, `ytick.minor.left`,| |
79+
|`ytick.major.left` | |
80+
|`ytick.right`, | |
81+
|`ytick.minor.right`, | |
82+
|`ytick.major.right` | |
83+
+---------------------------------+--------------------------------------------------+
84+
|`hist.bins` | the default number of bins to use in |
85+
| | `~matplotlib.axes.Axes.hist`. This can be an |
86+
| | `int`, a list of floats, or ``'auto'`` if numpy |
87+
| | >= 1.11 is installed. |
88+
+---------------------------------+--------------------------------------------------+
89+
90+
8691

8792
Added ``svg.hashsalt`` key to rcParams
8893
```````````````````````````````````````

0 commit comments

Comments
 (0)