File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2013-04-15 Added 'axes.xmargin' and 'axes.ymargin' to rpParams to set default
2
+ margins on auto-scaleing. - TAC
3
+
1
4
2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
2
5
kwargs are passed to the underlying `plot` call. -TAC
3
6
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ revision, see the :ref:`github-stats`.
21
21
22
22
new in matplotlib-1.3
23
23
=====================
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
+
24
30
25
31
New eventplot plot type
26
32
-------------------------------------
You can’t perform that action at this time.
0 commit comments