0

I have a scatter plot looking like this:

enter image description here

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?

halfer
  • 19,824
  • 17
  • 99
  • 186
  • 1
    Could you please add [MCVE](https://stackoverflow.com/help/mcve) to your post to demonstrate an effort of solving the issue and making the question more specific? – sophros Apr 17 '19 at 15:23
  • Are you using python2 or python3? Please don't tag both. – Error - Syntactical Remorse Apr 17 '19 at 15:24
  • Go to the "How this works" section of [this](http://jakevdp.github.io/blog/2014/01/10/d3-plugins-truly-interactive/) post. Specifically, the plot above "Side Note: Why Am I Doing This?". This is very similar to what you need. – Sheldore Apr 17 '19 at 15:29

0 Answers0