Skip to content

Support stacked area plots #632

@grantmcdermott

Description

@grantmcdermott

Something like:

plt(
   Freq ~ Dept | Admit, data = as.data.frame(UCBAdmissions),
   facet = ~ Gender, facet.args = list(ncol = 1), frame = FALSE,
   type = type_area(stack = TRUE),
   theme = "float"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions