Skip to content

ggmosaic::geom_mosaic breaks with version 3.3.0 #3899

Closed
@rmcd1024

Description

@rmcd1024

Axis tick marks and tick-mark labels appear with ggplot2 3.2.1 but not with ggplot2 3.3.0. Examples below created using ggomosaic 0.2.2, but this happened also with 0.2.0.

library(ggplot2 )  ## 3.2.1
library(ggmosaic)  ## 0.2.2 (dev version)
ggplot(data = titanic) + geom_mosaic(aes(x = product(Class), fill = Survived))

ggmosaic_ggplot3 2 1-1

library(ggplot2 )  ## 3.3.0
library(ggmosaic)  ## 0.2.2 (dev version)
ggplot(data = titanic) + geom_mosaic(aes(x = product(Class), fill = Survived))

ggmosaic_ggplot3 3 0-1

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