Skip to content

tinyplot.matrix method#649

Merged
grantmcdermott merged 7 commits into
mainfrom
matrix-methods
Jun 26, 2026
Merged

tinyplot.matrix method#649
grantmcdermott merged 7 commits into
mainfrom
matrix-methods

Conversation

@grantmcdermott

Copy link
Copy Markdown
Owner

Continuing with our tinyplot.* methods build out...

MWEs

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

tinyplot(VADeaths, type = "b")

tinyplot(VADeaths, type = "b", legend = "direct", theme = "socviz")

tinyplot(VADeaths, type = "b", legend = FALSE, facet = "by", theme = "socviz")

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

Fixes #648 (incidentally)

@grantmcdermott

Copy link
Copy Markdown
Owner Author

altdoc run is failing for unknown reason :-/

I'll try again in the morning, but I'm pretty confident we can merge after that.

@zeileis

zeileis commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Very nice 🥳 I'll try to have a quick look as well.

Next in line is tinyplot.table() 😇

@grantmcdermott grantmcdermott merged commit 924ec03 into main Jun 26, 2026
3 of 6 checks passed
@grantmcdermott grantmcdermott deleted the matrix-methods branch June 26, 2026 15:36
@grantmcdermott

grantmcdermott commented Jun 26, 2026

Copy link
Copy Markdown
Owner Author

Next in line is tinyplot.table() 😇

Nice. Once that's done, I think we might also have a reasonably clear path to a parent tinyplot.array() method (#548), which dispatches to the underlying object methods.

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.

Line (alike) plots drop categorical x-axis tick labels

2 participants