You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
When plotting an image after a plot in a GridSpec, the image overlaps with the plot. I would have expected that the images would be stretched to fit into their assigned grid cells. Using sizing_mode='stretch_both' makes it worse.
Complete, minimal, self-contained example code that reproduces the issue
This is a known issue (although I can't find the earlier issue about this) and is related to the bokeh layout engine. This should be resolved automatically once we upgrade to Bokeh 3.0 with the new layout engine.
ALL software version info
panel v0.14.2
Description of expected behavior and the observed behavior
When plotting an image after a plot in a GridSpec, the image overlaps with the plot. I would have expected that the images would be stretched to fit into their assigned grid cells. Using sizing_mode='stretch_both' makes it worse.
Complete, minimal, self-contained example code that reproduces the issue
Using
sizing_mode='stretch_both'
:The text was updated successfully, but these errors were encountered: