Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 500f1cf

Browse files
committed
document the small API change
1 parent 20a0000 commit 500f1cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/api_changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Changes in 1.3.x
2727
* The `~matplotlib.mpl` module is now deprecated. Those who relied on this
2828
module should transition to simply using `import matplotlib as mpl`.
2929

30+
* The extension of :class:`~matplotlib.widgets.MultiCursor` to both vertical
31+
(default) and/or horizontal cursor implied that ``self.line`` is replaced
32+
by ``self.vline`` for vertical cursors lines and ``self.hline`` is added
33+
for the horizontal cursors lines.
34+
3035
Changes in 1.2.x
3136
================
3237

0 commit comments

Comments
 (0)