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.

gridplot with sizing_mode="stretch_both"/"scale_both" is totally broken since 0.12.11

See original GitHub issue

Charts and toolbar are messed up on the screen.

gridplot(self.panelsGrid,
                        toolbar_location = "right",
                        sizing_mode="stretch_both",
                        toolbar_options=dict(logo=None)
                        )
  • Tested on Bokeh 0.12.11 and 0.12.13
  • Running in bokeh serve mode
  • Server OS: Debian 9
  • Tornado: 4.5.3
  • Browser: Chrome, IE 11

I think this MR is breaking it - https://github.com/bokeh/bokeh/pull/7008

Screenshot before browser resizing: image

Screenshot after browser resizing image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
bryevdvcommented, Jan 29, 2018

@cloud-rocket there is currently far more work, than there are people to do it. That mean many things, even important things, will often take a long time. I can’t speculate when this will be looked at, the only way to accelerate things is for more people to get involved in contributing.

1reaction
bryevdvcommented, Jan 31, 2019

OK so as the next best thing I tested the anscombe example with stretch_both:

screen shot 2019-01-30 at 20 45 12

Also tested with scale_width and with a toolbar present. Definitely seems like it can be closed with #8085

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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