8000 DOC: add missing whatsnew + classic style to #5503 · matplotlib/matplotlib@7709922 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7709922

Browse files
committed
DO 8000 C: add missing whatsnew + classic style to #5503
1 parent ac7bba9 commit 7709922

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/users/whats_new/ticks_rcparams.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ New rcParams
33

44
The parameters `xtick.top`, `xtick.bottom`, `ytick.left`
55
and `ytick.right` were added to control where the ticks
6-
are drawn.
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.

lib/matplotlib/mpl-data/stylelib/classic.mplstyle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ patch.facecolor : b
2929
patch.edgecolor : k
3030
patch.antialiased : True # render patches in antialiased (no jaggies)
3131

32+
hist.bins : 10
33+
3234
### FONT
3335
#
3436
# font properties used by text.Text. See

0 commit comments

Comments
 (0)
0