TidierOrg / TidierPlots.jl

Tidier data visualization in Julia, modeled after the ggplot2 R package.
MIT License
196 stars 7 forks source link

facet_grid #104

Open rdboyes opened 1 month ago

rdboyes commented 1 month ago

Describe how it works in R's ggplot2 facet_grid creates a 2d grid of plots, with the rows split by one variable and the columns split by another variable. It should support the following options initially:

Describe any changes you think should be made to R's version Implement as is