Menu

#126 Plot window won't close if plot is interactive

CRASH
closed
nobody
5
2013-04-16
2013-03-21
deboerk
No

Hi! I'm not able to close the plot window if the plot is interactive. Here is an example:

require(MatchIt)
data("lalonde")
m.out <- matchit(treat ~ educ + black + hispan, data = lalonde)
plot(m.out, type = "jitter")

I'm using R 2.15.3 and RKWard 0.6.0 on KDE 4.4.5.

Regards,
Birk

Discussion

  • Thomas Friedrichsmeier

    • labels: --> FIXED in SVN
     
  • Thomas Friedrichsmeier

    Hi,

    confirmed, thanks for reporting.

    In the development version, I have added a workaround, which should allow you to break out in this case. It's not pretty, but gives you a way out of the lock-up.

    Incidentally, I have just started working on an all-new approach to handling on-screen graphics, and I hope this will allow to deal with this problem (and many other things) in a more elegant way. Not for 0.6.1, though.

    Regards
    Thomas

     
  • Thomas Friedrichsmeier

    • status: open --> open-fixed
     
  • Thomas Friedrichsmeier

    • status: open-fixed --> closed
     

Log in to post a comment.