Skip to content

type_chull (convex hull)#600

Merged
grantmcdermott merged 6 commits into
mainfrom
type_chull
May 30, 2026
Merged

type_chull (convex hull)#600
grantmcdermott merged 6 commits into
mainfrom
type_chull

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

Closes #599

A simple, but fun one:

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot
plt(body_mass ~ bill_len | species, penguins, type = 'chull')

plt(body_mass ~ bill_len | species, penguins, theme = 'clean')
plt_add(type = 'chull', fill = 0.3)

Created on 2026-05-29 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit e495050 into main May 30, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the type_chull branch May 30, 2026 06:33
@zeileis
Copy link
Copy Markdown
Collaborator

zeileis commented May 30, 2026

Nice! 🎉

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.

"chull"

2 participants