Skip to content

type_ellipse#610

Merged
grantmcdermott merged 6 commits into
mainfrom
ellipse
Jun 4, 2026
Merged

type_ellipse#610
grantmcdermott merged 6 commits into
mainfrom
ellipse

Conversation

@grantmcdermott
Copy link
Copy Markdown
Owner

Closes #609

I had Claude help me with a quick implementation following type_chull.

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot

tinytheme('web')
tinyplot(Sepal.Length ~ Petal.Length | Species, data = iris, type = 'ellipse')

tinyplot(Sepal.Length ~ Petal.Length | Species, data = iris, type = 'ellipse', fill = 0.2)
tinyplot_add(type = 'p')

Created on 2026-06-04 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 6a4391e into main Jun 4, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the ellipse branch June 4, 2026 18:56
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.

"ellipse"

1 participant