I have a scatter plot looking like this:
Each point in this image describes average hardness value taken over 5 points of data, in each batch. So for each point a hardness plot can be generated with the data. I want to know how to code in interactive mode in Python, such that when I hover my mouse to each point, the image of hardness plot will pop up?