Relative Content

Tag Archive for pythonmatplotlibannotationshoverscatter-plot

Python 3d scatter plot linking annotation between subplots

I have two (or more) 3d scatter plots in subplots, each showing different 3 variables of a data set. When I hover over a data in one subplot, I’d like other subplots to also automatically show the same data sample. Currently, I am able to show annotation (on hover) for one plot using mplcursors module (in jupyter notebook), but I’d like the hover annotation to be linked between all subplots.