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

bug in ggobi_display_save_picture() for scatterplot matrix #2

Open
stla opened this issue Dec 12, 2013 · 0 comments
Open

bug in ggobi_display_save_picture() for scatterplot matrix #2

stla opened this issue Dec 12, 2013 · 0 comments

Comments

@stla
Copy link

stla commented Dec 12, 2013

Hello,

ggobi_display_save_picture(..., plot.only=TRUE) does not work for a scatterplot matrix.

There's a programming error here:

  if (inherits(display, "GGobiScatmatDisplay")) 
    display_widget1 <- display_widget[[2]][[1]]
  display_widget2 <- display_widget[[2]][[3]][["widget"]]

It should be replaced with:

  if (inherits(display, "GGobiScatmatDisplay")) 
    display_widget1 <- display_widget[[2]][[1]]
  else display_widget2 <- display_widget[[2]][[3]][["widget"]]
stla pushed a commit to stla/rggobi that referenced this issue Jun 3, 2017
@stla stla mentioned this issue Jun 3, 2017
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

No branches or pull requests

1 participant