10000 Described changes done in pull request #2731 · matplotlib/matplotlib@3479b90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3479b90

Browse files
committed
Described changes done in pull request #2731
1 parent dd47eb7 commit 3479b90

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2014-27-02 Implemented separate horizontal/vertical axes padding to the
2+
ImageGrid in the AxesGrid toolkit
3+
14
2014-01-02 `triplot` now returns the artist it adds and support of line and
25
marker kwargs has been improved. GBY
36

doc/api/api_changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ original location:
139139
`fixed_dpi` parameter allows for overriding the `figure.dpi` setting
140140
instead of trying to deduce the intended behaviour from the file format.
141141

142+
* Added support for horizontal/vertical axes padding to
143+
`mpl_toolkits.axes_grid1.ImageGrid` --- argument ``axes_pad`` can now be
144+
tuple-like if separate axis padding is required.
145+
The original behavior is preserved.
146+
142147

143148
.. _changes_in_1_3:
144149

doc/users/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ Added the `kwarg` 'which' to :func:`~matplotlib.Axes.get_xticklabels`,
114114
:func:`~matplotlib.Axis.set_ticks_position`. If 'which' is `None` then the old
115115
behaviour (controlled by the bool `minor`).
116116

117+
Separate horizontal/vertical axes padding support in ImageGrid
118+
``````````````````````````````````````````````````````````````
119+
The `kwarg` 'axes_pad' to :class:`mpl_toolkits.axes_grid1.ImageGrid` can now
120+
be a tuple if separate horizontal/vertical padding is needed.
121+
This is supposed to be very helpful when you have a labelled legend next to
122+
every subplot and you need to make some space for legend's labels.
123+
117124
Date handling
118125
-------------
119126

0 commit comments

Comments
 (0)
0