Skip to content

geom_histogram exception with xlim #189

Description

@andibuwono

Hi @has2k1

Opened this issue which i think similar to #22

in short this throw an error

(ggplot(diamonds)
  + aes('depth', fill='cut', color='cut')
  + geom_histogram(alpha=0.1)
  + xlim(55, 70))

and this ok

(ggplot(diamonds)
  + aes('depth', fill='cut', color='cut')
  + geom_histogram(alpha=0.1))

and this ok to

(ggplot(diamonds)
  + aes('depth', fill='cut', color='cut')
  + geom_bar(alpha=0.1)
  + xlim(55, 70))

thanks before

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions