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

Sign up
Appearance settings

Commit f4d50b4

Browse files
yanxincychen288
andauthored
Fix documentation issues (#10)
* implemented hover feature for other backends; fixed string list; added dict * fix linter issues * more linter issues * fix documentations --------- Co-authored-by: Yanshi Chen <ychen288@u.rochester.edu>
1 parent 56766cc commit f4d50b4

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.
Lines changed: 4 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /