Skip to content

Warning produced when using geom_blank() with another geom #1451

Closed
@zlskidmore

Description

@zlskidmore

Hi,

After updating ggplot2 I now get the following warning when I add "geom_blank" on other geoms, for example:

ggplot() + geom_bar(data=mtcars, aes(x=cyl, y=hp), stat="identity") + geom_blank()

will produce this warning:

Warning message:
In max(vapply(evaled, length, integer(1))) :
  no non-missing arguments to max; returning -Inf

Any ideas what this is referring to?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions