fefat: fixed Euler plotting without axis text

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-08-08 11:49:09 +02:00
commit 62b5d7a668
No known key found for this signature in database
5 changed files with 18 additions and 6 deletions

View file

@ -31,4 +31,5 @@ data.frame(
D = sample(c(TRUE, FALSE, FALSE, FALSE), 50, TRUE)
) |> plot_euler("A", c("B", "C"), "D", seed = 4)
mtcars |> plot_euler("vs", "am", seed = 1)
mtcars |> plot_euler("vs", "am", "cyl", seed = 1)
}