Skip to content

Commit 62dc662

Browse files
committed
Update update API changes
Explicitly document the slight change in behaviour of Axes.twin[xy]
1 parent 1ed5c9f commit 62dc662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ For new features that were added to matplotlib, please see
1414
Changes in 1.2.x
1515
================
1616

17+
* Using :meth:`~matplotlib.axes.Axes.twinx` or
18+
:meth:`~matplotlib.axes.Axes.twiny` no longer overrides the current locaters
19+
and formatters on the axes.
20+
1721
* In :meth:`~matplotlib.axes.Axes.contourf`, the handling of the *extend*
1822
kwarg has changed. Formerly, the extended ranges were mapped
1923
after to 0, 1 after being normed, so that they always corresponded

0 commit comments

Comments
 (0)