Skip to content

geom_histogram exception with xlim #189

Closed
@andibuwono

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions