Skip to content

Conversation

grantmcdermott
Copy link
Owner

@grantmcdermott grantmcdermott commented Sep 27, 2025

Fixes #501
Fixes #494

MWEs

pkgload::load_all("~/Documents/Projects/tinyplot/")
#> ℹ Loading tinyplot
plt(1:12, type = type_text())

plt(1:12, type = type_text(labels = month.abb, family = "HersheyScript"))

Created on 2025-09-27 with reprex v2.1.1

@grantmcdermott grantmcdermott merged commit 49bf02f into main Sep 27, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the text_fam branch September 27, 2025 22:01
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.

Labels of type_text() should automically inherit y values if not provided type_text() should accept family argument
1 participant