Skip to content

type_text() retains categorical axes - #731

Merged
grantmcdermott merged 3 commits into
mainfrom
type-text-cat-axis
Sep 13, 2026
Merged

grantmcdermott merged 3 commits into
mainfrom
type-text-cat-axis

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

Fixes #730

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot
plt(bill_len ~ species, data = penguins, type = "text")

Created on 2026-09-13 with reprex v2.1.1

@grantmcdermott
grantmcdermott merged commit ef2f0e0 into main Sep 13, 2026
3 checks passed
@grantmcdermott
grantmcdermott deleted the type-text-cat-axis branch September 13, 2026 21: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.

type_text(): categorical axes are being converted to numeric

1 participant