Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/api/artist_api.html
Problem
The links to classes in the inheritance diagram are not aligned properly. If you hover over the classes, the tooltip and the class link is for the wrong class. It's off by 1/2. See the figure for reference, when I hover overPathPatch
, it shows me the link toFancyArrowPatch
.
Suggested improvement
The tooltips should be aligned properly.