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
I am running a hvplot() on a xarray in a Jupyter Notebook in VSCode and the figure is flickering if it has a legend.
The changing size of the figure with the legend is unwanted and makes is hard to focus on the shown data. To me it looks like the figure is updated twice, once without the legend and then the total available space is used, and a second time with the legend.
If this is right, there is somewhere in the process a unneeded calculation.
All software version info
Python, HvPlot, Panel, Bokeh
Python version : 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)]
I was trying to reproduce this in a browser in JupyterLab and JupyterNotebook but there was no flickering. I don't know why. I guess the update frequency can be different, which could explain the different visual observations.
I may be interested in making a pull request to address this
The text was updated successfully, but these errors were encountered:
I can reproduce, but not sure why; perhaps something wrong with jupyter-bokeh; maybe you can submit an issue there too https://github.com/bokeh/jupyter_bokeh
I am running a
hvplot()
on axarray
in aJupyter Notebook
inVSCode
and the figure is flickering if it has a legend.The changing size of the figure with the legend is unwanted and makes is hard to focus on the shown data. To me it looks like the figure is updated twice, once without the legend and then the total available space is used, and a second time with the legend.
If this is right, there is somewhere in the process a unneeded calculation.
All software version info
Python, HvPlot, Panel, BokehVSCode
Comment
I was trying to reproduce this in a browser in
JupyterLab
andJupyterNotebook
but there was no flickering. I don't know why. I guess the update frequency can be different, which could explain the different visual observations.The text was updated successfully, but these errors were encountered: