Add hvPlot (Bokeh) column to the plotting comparison - #26
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
hvPlot's Bokeh output joins the comparison: 11 of the 13 plots, bringing the site to 101 example cells across ten columns. The two gaps are honest ones — hvPlot has no regression-with-CI or loess smoother, so those slugs would misrepresent the library.
Stacked on #25 (
add-seaborn-objects).Files to review (7, notebook-dominated):
Examples.ipynb(start here)package:hvplot; setup cell adds the Bokeh→PNG bridge described below.pyproject.toml,uv.lockhvplotandselenium(runtime-only, for Bokeh export).render.pyhvplot (Bokeh)after plotly.tests/test_plots.pyhvploton exactly the 11 implemented slugs.INTRO.md,CLAUDE.mdReviewer notes
selenium.webdriver.Chromeat the Chrome for Testing build Kaleido already installs (found via choreographer), Selenium Manager fetches a matching chromedriver, andbokeh.io.export.get_screenshot_as_pngruns against that. Falls back to system Chrome, which ubuntu-latest ships.image/pngformatter for HoloViews objects, same pattern as the Lets-Plot column.fontscale=1.6, single-pane figures normalized to 750×750; faceted cells size per-panel. stacked-kde and scatter-plot-with-facets carry site-visible caveat notes.