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
Python version : 3.10.14 | packaged by conda-forge | (main, Mar 20 2024, 12:45:18) [GCC 12.3.0]
IPython version : 8.27.0
Tornado version : 6.4.1
NumPy version : 1.26.4
Bokeh version : 3.5.2
BokehJS static path :
node.js version : (not installed)
npm version : (not installed)
jupyter_bokeh version : (not installed)
Operating system : Linux-4.18.0-513.18.1.el8_9.x86_64-x86_64-with-glibc2.28
Browser name and version
Firefox 133.0.3 (64-bit)
Jupyter notebook / Jupyter Lab version
4.2.5
Expected behavior
I noticed a bug when using the fullscreen tool with figures inside a gridplot with more than 1 rows.
The expectation is that the plot is redrawn to fullscreen right away.
Observed behavior
When going to full screen the subplot will initially be with its initial size in the top left corner, and it gets redrawn in full screen only after interacting with the plot for a little bit (at least two box zooms).
It requires manual layout invalidation, because the plot is managed by the grid plot, yet in fullscreen mode it's expected to work standalone. I'm quite surprised it works at all, because there is no mechanism for detaching a plot from a layout when switching modes. I'm tempted to mark this as a duplicate of issue #3598, because so far fullscreen mode was implemented only for standalone plots.
Software versions
Python version : 3.10.14 | packaged by conda-forge | (main, Mar 20 2024, 12:45:18) [GCC 12.3.0]
IPython version : 8.27.0
Tornado version : 6.4.1
NumPy version : 1.26.4
Bokeh version : 3.5.2
BokehJS static path :
node.js version : (not installed)
npm version : (not installed)
jupyter_bokeh version : (not installed)
Operating system : Linux-4.18.0-513.18.1.el8_9.x86_64-x86_64-with-glibc2.28
Browser name and version
Firefox 133.0.3 (64-bit)
Jupyter notebook / Jupyter Lab version
4.2.5
Expected behavior
I noticed a bug when using the fullscreen tool with figures inside a gridplot with more than 1 rows.
The expectation is that the plot is redrawn to fullscreen right away.
Observed behavior
When going to full screen the subplot will initially be with its initial size in the top left corner, and it gets redrawn in full screen only after interacting with the plot for a little bit (at least two box zooms).
Example code
Stack traceback or browser console output
No response
Screenshots
bokeh_fullscreen_bug.mp4
The text was updated successfully, but these errors were encountered: