Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fake data points to extend the limits of the stat_density2d #114

Merged
merged 4 commits into from Nov 1, 2015

Conversation

schloerke
Copy link
Member

fixes issue #77

@schloerke
Copy link
Member Author

set.seed(0)
x<-data.frame(
  x1=c(rnorm(100),rnorm(1,1)),
  x2=c(rnorm(100),rnorm(1,10)),
  x3=c(rnorm(100),rnorm(1,10)))

pm <- ggpairs(x,
  upper=list(continuous="density"),
  diag=list(continuous='densityDiag'),
  lower=list(continuous='points'))
pm

screenshot 2015-11-01 14 42 58

@schloerke
Copy link
Member Author

fixed tests

@schloerke schloerke merged commit eab3abe into dev Nov 1, 2015
@schloerke schloerke deleted the stat_density2d branch November 1, 2015 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant