Skip to content

Don't evaluate (title) annotations#642

Merged
grantmcdermott merged 3 commits into
mainfrom
bquote
Jun 22, 2026
Merged

Don't evaluate (title) annotations#642
grantmcdermott merged 3 commits into
mainfrom
bquote

Conversation

@grantmcdermott

@grantmcdermott grantmcdermott commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Fixes #624

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
plt(0, 0, main = bquote(pi == .(pi)))

plt(0, 0, main = bquote(foo == .(pi)))

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

@grantmcdermott grantmcdermott changed the title Don't evaluate bquote annotations Don't evaluate (title) annotations Jun 22, 2026
@grantmcdermott grantmcdermott merged commit 437a79b into main Jun 22, 2026
3 checks passed
@grantmcdermott grantmcdermott deleted the bquote branch June 22, 2026 20:53
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.

bquoted annotations are evaluated

1 participant