Bug 380777 - Plot window won't close if plot is interactive
Summary: Plot window won't close if plot is interactive
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 15:35 UTC by RKWard Team
Modified: 2013-04-16 13:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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