Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 500f1cf

Browse filesBrowse files
committed
document the small API change
1 parent 20a0000 commit 500f1cf
Copy full SHA for 500f1cf

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.