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.

Parameters for HoverTool to handle long strings (i.e. positioning the HoverTool box)

See original GitHub issue

When I use HoverTool on the left side of the plot it looks good: screen shot 2016-10-05 at 2 11 56 pm but if I use it on the right side, then it is clipped: screen shot 2016-10-05 at 2 11 49 pm

I looked at http://bokeh.pydata.org/en/latest/docs/reference/models/tools.html and tried experimenting with the anchor argument but I couldn’t seem to get it to work for what I was doing.

It would be cool if there was a scroll bar on it for long strings. Defaulting to the very left of the HoverTool box would be really nice.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bryevdvcommented, Oct 5, 2016

np, it can be hard to search efficiently without institutional memory, knowing that something is a dupe is my job. 😃

BTW if you can share, and would interested in creating a very short blog post to show things off on bokeh.github.io we’d love to highlight your work

0reactions
jolespincommented, Oct 6, 2016

Yea I’ll definitely put something together! Basically a blog post on using bokeh for microbial networks?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring plot tools — Bokeh 2.4.3 Documentation
These are passive tools that report information or annotate plots in some way, such as the HoverTool or CrosshairTool . Edit tools.
Read more >
Displaying only one tooltip when using the HoverTool() tool
I was having a similar problem and came up with a solution using a custom tooltip. I insert a style tag at the...
Read more >
interaction between tooltips and gridplots · Issue #4930 - GitHub
bryevdv mentioned this issue on Oct 5, 2016. Parameters for HoverTool to handle long strings (i.e. positioning the HoverTool box) #5311.
Read more >
Interactive Data Visualization with Bokeh - Trenton McKinney
Bokeh accepts colors as hexadecimal strings, tuples of RGB values between 0 and 255, ... You will also add a customized hover tool...
Read more >
Customization — hvPlot 0.8.2 documentation
This section will outline the valid options to control the axes of a plot, ... to add to the hover tool or 'all'...
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