Skip to content

Commit 7c2688c

Browse files
committed
updated docs + changelog
1 parent 61f141a commit 7c2688c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-04-15 Added 'axes.xmargin' and 'axes.ymargin' to rpParams to set default
2+
margins on auto-scaleing. - TAC
3+
14
2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
25
kwargs are passed to the underlying `plot` call. -TAC
36

doc/users/whats_new.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ revision, see the :ref:`github-stats`.
2121

2222
new in matplotlib-1.3
2323
=====================
24+
`axes.xmargin` and `axes.ymargin` added to rcParams
25+
---------------------------------------------------
26+
rcParam values were added to configure the default margins
27+
used. Previously they were hard-coded to default to 0, default
28+
value of both rcParam values is 0.
29+
2430

2531
New eventplot plot type
2632
-------------------------------------

0 commit comments

Comments
 (0)