Skip to content

qplot() ylab behavior changed, now defaults to NULL #3467

Closed
@rafalab

Description

@rafalab

With version 3.2.0 qplot, with histogram or density geometries, uses the character NULL as the y label. Previous versions showed nothing.

Update: The difference in behavior seems to be due to the argument .ignore_empty="all" in the call to enquos.

set.seed(2009)
x <- rnorm(100)
qplot(x, geom="histogram")

Rplot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions