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

Skip to content

Commit b4a0de8

Browse files
committed
fix documentations
1 parent 3597941 commit b4a0de8

File tree

5 files changed

+11
-28
lines changed

5 files changed

+11
-28
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,3 @@ lib/matplotlib/backends/web_backend/node_modules/
110110
lib/matplotlib/backends/web_backend/package-lock.json
111111

112112
LICENSE/LICENSE_QHULL
113-
bin/
114-
lib/python3.8/site-packages/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Development change template
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
Enter description here....
5+
6+
Please rename file with PR number and your initials i.e. "99999-ABC.rst"
7+
and ``git add`` the new file.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
- The signature and implementation of the `set_hover()` and `get_hover()` methods of the `Artist` class, as well as the `HoverEvent(Event)` Class, have been added:
1+
Data Tooltip Support
2+
~~~~~~~~~~~~~~~~~~~~
3+
4+
- The signature and implementation of the ``set_hover()`` and ``get_hover()`` methods of the ``Artist`` class, as well as the ``HoverEvent(Event)`` Class, have been added:
25

3-
.. versionchanged:: 3.7.2
46
The `set_hover()` method takes two arguments, `self` and `hover`. `hover` is the hover status that the object is then set to.
57
The `get_hover()` methods take a single argument `self` and returns the hover status of the object.
68
The `HoverEvent(Event)` Class takes a single argument `Event` and fires when the mouse hovers over a canvas.

lib/matplotlib/tests/test_toolkit.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

pyvenv.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
home = /Users/eslothower/opt/anaconda3/bin
21
include-system-site-packages = false
32
version = 3.8.8

0 commit comments

Comments
 (0)