Skip to content

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
@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'

2 participants