-- Originally posted by (AT sourceforge.net): deboerk -- -- This ticket was imported from http://sourceforge.net/p/rkward/bugs/126 on 2017-05-30 15:26:59 +0100 -- 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-- Labels: FIXED in SVN --
- **labels**: --> FIXED in SVN
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
- **status**: open --> open-fixed
- **status**: open-fixed --> closed