@@ -28,21 +28,8 @@ revision, see the :ref:`github-stats`.
2828New 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
5946channel 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
8792Added ``svg.hashsalt `` key to rcParams
8893```````````````````````````````````````
0 commit comments