Skip to content

Boxplot doesn't show up side-by-side #1591

Open
@kojisposts

Description

@kojisposts

I'm very confused, because this doesn't seem to be a problem other users here are having. But in any case, I'm trying to create side-by-side boxplots with the following code; it does what I want on ggplot but not when wrapping with ggplotly.

ggplot(density_tidy,aes(x=cluster, y=dem_margin)) +
  geom_boxplot(aes(colour=region), fill=NA, alpha=0.5)

スクリーンショット 2019-08-06 午後1 40 04
スクリーンショット 2019-08-06 午後1 40 27

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions