I have a graph with some line segments (LineCollection) and some points. These lines and points have some values associated with them that are not graphed. I would like to be able to add a mouse-over tool-tip or other method of easily finding the associated value for the points and line. Is this possible for either points or lines segments?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
For points, I have found a way, but you have to use the WX backend
|
|||
|
|
Perhaps a variation on this recipe would do what you want for points? At least it isn't restricted to wx backend. |
|||
|
|
