Skip to content

Odd phantom level appears when I plot two levels #94

Description

@LukasWallrich

When plotting just two levels, a third unnamed phantom level appears - when I add a 0, there are no longer any phantom boxes, but the level still pollutes the axis. No idea what is going on ... would be great if this could be fixed if/when this package's development is revived ...

parts <- c(80, 30)
waffle::waffle(parts, rows=8)

parts <- c(80, 30, 0)
waffle::waffle(parts, rows=8)

Created on 2023-04-09 with reprex v2.0.2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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