Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix saving Panel objects with hvplot.save #1297

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Fix saving Panel objects with hvplot.save #1297

merged 2 commits into from
Apr 9, 2024

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Mar 24, 2024

Fixes #796

hvplot.save was an alias for holoviews.util.save except that hvPlot sometimes creates Panel objects which the HoloViews function couldn't save. So we delegate to <pn_obj>.save. I also thought about just raising a clear error message but thought it'd make everyone's life simpler if it just worked directly. The real fix would be for hvPlot to no longer create Panel objects, but that's another issue.

@maximlt maximlt merged commit 477dff4 into main Apr 9, 2024
9 checks passed
@maximlt maximlt deleted the fix_save_panel_obj branch April 9, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

groupby hvplot: 'Column' object has no attribute 'opts' or 'layout'
1 participant