-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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 over PathPatch
, it shows me the link to FancyArrowPatch
.
Suggested improvement
The tooltips should be aligned properly.