Skip to content

Land the Box Plot and Heatmap rows stranded by the stacked merge of #31 - #39

Merged
tdhopper merged 4 commits into
masterfrom
content-refresh
Aug 5, 2026
Merged

Land the Box Plot and Heatmap rows stranded by the stacked merge of #31#39
tdhopper merged 4 commits into
masterfrom
content-refresh

Conversation

@tdhopper

@tdhopper tdhopper commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Box Plot and Heatmap were in #31, which merged into its stacked base branch (content-refresh) twenty-nine seconds after #30 had already carried that branch to master — so the commits never reached master. This PR lands them. Content is exactly the reviewed #31 diff.

tdhopper and others added 4 commits August 4, 2026 21:39
Box plot shows hwy by class from mpg; heatmap shows diamonds counts by cut
and clarity. seaborn.objects is skipped for both: 0.13 has no boxplot mark
and no rect mark, and pandas has no heatmap.
ggplot2's geom_bin2d bins discrete positions with a continuous binwidth, so
the R heatmap came out as tiny disconnected tiles. Counting first and drawing
geom_tile is the idiomatic recipe and matches the pivot-then-draw approach the
matplotlib, seaborn, and hvPlot columns already take. Also stop seaborn from
rotating the clarity labels.
@tdhopper
tdhopper merged commit 2d59c9f into master Aug 5, 2026
2 checks passed
@tdhopper
tdhopper deleted the content-refresh branch August 5, 2026 17:28
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.

1 participant