Skip to content

Incorrrect scaling with time series data. #6

@leonbaum

Description

@leonbaum

I am reposting this bug from ggplot2 because kohske suggested it is caused by the scales packages.

tidyverse/ggplot2#245

The scale issue can be seen with the following command using ggplot2's develop branch:

ggplot(data = data.frame(x = Sys.time() + 1:10, y = rnorm(10)), mapping = aes(x = x , y = y)) + geom_point()

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