question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover tool over Image does not show values

See original GitHub issue

When using Hover tool over Image, the values of the image intensity does not show up.

img = hv.Image(Intensity).options(tools = ['hover'], colorbar = True)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
philippjfrcommented, Jun 11, 2018

@trongnguyen29 That’s due to a bug in bokeh which causes the hover tool to break on a flipped yaxis (see https://github.com/bokeh/bokeh/issues/7959). Hopefully that can be fixed soon.

0reactions
philippjfrcommented, Nov 4, 2018

This has been fixed a while ago.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hover tool does not display tooltip when associated with ...
To have the hover tooltips displayed correctly I did a trick by hiding the original y-axis and inserting an extra inverted one. This...
Read more >
Bokeh HoverTool text field not showing up when column ...
Text field in tooltip not showing up (i.e., shown as ??? ) when there is a space in the column name. This does...
Read more >
How to trigger visual effects of hover without showing a hover ...
I have a large heatmap in which I plot the cells via p.image with a hover that shows the exact values. Additionally, when...
Read more >
Action on Mouse Hovering is not displayed due to Tool tip
The problem that I am facing now is that when I hover over the image, the tooltip is activated, but the cursor pointer...
Read more >
hover - CSS: Cascading Style Sheets - MDN Web Docs
It is generally triggered when the user hovers over an element with the cursor (mouse pointer). Try it. CSS Demo: :hover. Reset. HTML...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found