Skip to content

overlapping plots are not sized correctly #1

@sebkopf

Description

@sebkopf

When overlapping plots, they are not sized correctly, e.g. the below has plots 1 & 2 completely overlapping and plot 3 not at all and as a result plots 1 & 2 are much larger than plot 3

library(ggstackplot)
ggstackplot(
  mtcars,
  x = mpg,
  y = c(wt, qsec, drat),
  color = c("#E41A1C", "#377EB8", "#4DAF4A"),
  overlap = c(1, 0)
)

6db738be-a6bd-431a-9d90-dc5b171daa53

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions