Bug 380777

Summary: Plot window won't close if plot is interactive
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description RKWard Team 2013-03-21 15:35:14 UTC
-- 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 --
Comment 1 Thomas Friedrichsmeier 2013-03-22 09:22:24 UTC
- **labels**:  --> FIXED in SVN
Comment 2 Thomas Friedrichsmeier 2013-03-22 09:22:25 UTC
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
Comment 3 Thomas Friedrichsmeier 2013-03-22 09:25:34 UTC
- **status**: open --> open-fixed
Comment 4 Thomas Friedrichsmeier 2013-04-16 13:51:24 UTC
- **status**: open-fixed --> closed