Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a0000 commit 500f1cfCopy full SHA for 500f1cf
doc/api/api_changes.rst
@@ -27,6 +27,11 @@ Changes in 1.3.x
27
* The `~matplotlib.mpl` module is now deprecated. Those who relied on this
28
module should transition to simply using `import matplotlib as mpl`.
29
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
+
35
Changes in 1.2.x
36
================
37
0 commit comments