Bugs item #1944503, was opened at 2008-04-17 03:13 Message generated for change (Settings changed) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1944503&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: Win32 Group: rpy Status: Open >Resolution: Postponed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: R plots are partially blank Initial Comment: I have just installed R 2.6.2, Rpy 1.02 and the PyWin32 package, and reliably experience the following problem when driving R from Python - if I create a plot in R, the portion of the plot window that lies under the IDLE window in which I type my Python code remains blank. So if I type >>> from rpy import * >>> x = range(10) >>> y = [i ** 2 for i in x] >>> r.plot(x,y) I get a plot of y vs. x, but only the top right portion of the plot shows any points, axes etc. The bottom left corner (the portion that lay under the IDLE window) is blank. ---------------------------------------------------------------------- >Comment By: lgautier (lgautier) Date: 2008-04-30 04:20 Message: Logged In: YES user_id=1623918 Originator: NO There have been on and off problems with interactive graphic devices (the C stack infamous problem, for example). R-2.7 is introducing changes (improvements) with them, and although they are mostly for X11 and Quartz devices (so UNIX and MacOS X) it could be worth trying what is happening with that version of R. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1944503&group_id=48422 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list