Skip to content

type_text(labeller = ...)#620

Merged
grantmcdermott merged 3 commits into
mainfrom
type_text-labeller
Jun 11, 2026
Merged

type_text(labeller = ...)#620
grantmcdermott merged 3 commits into
mainfrom
type_text-labeller

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

Closes #617

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
d = data.frame(y = c(0.5, 0.8), x = c("A", "B"))
plt(y ~ x, d, type = 'bar', ylim = c(0,1), yaxl = '%')
plt_add(type = type_text(adj = c(0.5, -0.5), labeller = "%"))

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

@grantmcdermott grantmcdermott merged commit 21eeacc into main Jun 11, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the type_text-labeller branch June 11, 2026 04:10
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.

type_text could accept a labeller argument

1 participant