Skip to content

geom_hex/stat_hex binwidth argument no longer working #1610

Closed
@coolbutuseless

Description

@coolbutuseless

ggplot2.1.0

> ggplot(mtcars) + geom_hex(aes(mpg, mpg), bins=5)
# works fine
> ggplot(mtcars) + geom_hex(aes(mpg, mpg), binwidth=2)
Warning message:
Computation failed in `stat_binhex()`:
missing value where TRUE/FALSE needed 

May be related to: #1608

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