Bugs item #2527379, was opened at 2009-01-22 00:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2527379&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: POSIX
Group: rpy2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael Hoffman (hoffmanm)
Assigned to: Walter Moreira (wall_m)
Summary: r['dev.off']() does not close X11 device

Initial Comment:
Instead of closing an X11 device, using r['dev.off']() opens a new one and 
prints an error.

Example transcript:

Python 2.5.4 (r254:67916, Jan  8 2009, 14:27:04) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-9)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpy2.robjects import r
>>> r.plot(r.cars)
<RObject - Python:0x2a9849c488 / R:0x773268>
>>> r['dev.off']()
Warning message:

In function (which = dev.cur())  : Display list redraw incomplete

<RVector - Python:0x2a98ccb680 / R:0xadfd68>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2527379&group_id=48422

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to