Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Could hvplot.interactive please support outputting to responsive hvplots #695

Open
MarcSkovMadsen opened this issue Jan 15, 2022 · 0 comments
Labels
type: enhancement New feature or request
Milestone

Comments

@MarcSkovMadsen
Copy link
Collaborator

MarcSkovMadsen commented Jan 15, 2022

Panel: 0.12.6, Bokeh: 2.2.4, hvplot: 0.7.3, holoviews: 1.14.7

All my work in notebook and all my data apps are responsive by default. So I would like hvplot.interactive to support responsive as well in the notebook.

It seems not. I've attached a reproducible notebook.

My observations are

No responsive option set

  • When first shown the plot is full width.
  • The plot is not responsive though. If I change the window width it just does not resize.
  • As soon as I a change the value of a widget it become smaller and fixed size.

https://user-images.githubusercontent.com/42288570/149609832-e6f1139e-7504-43ba-a2b2-5ce88e39af06.mp4
https://user-images.githubusercontent.com/42288570/149609856-739d5e84-7ef6-455a-89da-ac8132e4fb8f.mp4

Responsive option set

When responsive=True the plot does not become responsive.

not_responsive_not_working.mp4

And it does not work robustly. Sometimes the plot does not update. Sometimes even an exception is raised. See seperate issue #696

Notebook

Rename from .csv to .ipynb.

hvplot_interactive_not_responsive.csv

@MarcSkovMadsen MarcSkovMadsen changed the title hvplot.interactive stops work and/ or raises errors when outputting to responsive hvplot hvplot.interactive stops working and/ or raises errors when outputting to responsive hvplot Jan 15, 2022
@MarcSkovMadsen MarcSkovMadsen changed the title hvplot.interactive stops working and/ or raises errors when outputting to responsive hvplot hvplot.interactive does not support responsive width Jan 15, 2022
@MarcSkovMadsen MarcSkovMadsen changed the title hvplot.interactive does not support responsive width Could hvplot.interactive please support outputting to responsive hvplots Jan 15, 2022
@MridulS MridulS added type: enhancement New feature or request and removed TRIAGE labels Feb 28, 2022
@MridulS MridulS added this to the Wishlist milestone Feb 28, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants