Describe the solution you'd like
The matplotlib visualization backend displays an annotation with the name of the object over which the mouse hovers. At the time of writing, this annotation is displayed at some location computed by the object. I would like the option to specify Scene3d.annotation_location = "mouse" to let it display the annotation at the tip of my mouse.
To what module is your feature request related?
matplotlib
Describe the solution you'd like
The
matplotlibvisualization backend displays an annotation with the name of the object over which the mouse hovers. At the time of writing, this annotation is displayed at some location computed by the object. I would like the option to specifyScene3d.annotation_location = "mouse"to let it display the annotation at the tip of my mouse.To what module is your feature request related?
matplotlib