Does anyone have an example on how to implement a simple custom tooltip for a scatterplot in Makie? After reading the DataInspector documentation I was unsure if I need to implement my own plot type or whether I can customize the tooltip content with an argument somewhere.
Thanks a lot, I’ll give that a try.
My final use case involves showing different kinds of metadata on hover for the vertices in a patent citation network. But I thought I’d start with the simpler scatter case to do something like what VegaLite or Plotly allow. Maybe the best way will indeed be to implement a custom plot type in the end but the recipe system always seemed a bit daunting.