Support Requests item #1634465, was opened at 2007-01-12 19:22
Message generated for change (Comment added) made by warnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453022&aid=1634465&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: None
>Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Gregory Warnes (warnes)
Summary: rpy and lattice don't create plots

Initial Comment:
I am have difficulty getting graphical output from rpy and lattice.  In 
particular, I'm trying to plot a histogram.  The best I have done is to have 
the variable returned, but I get is a if I had done a:

   f1 <- histogram(....)
   f1

in R.  I have tried surrounding this with print_ and plot_ with no success.  Is 
there a kind person who has solved this problem?

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

>Comment By: Gregory Warnes (warnes)
Date: 2007-03-12 18:54

Message:
Logged In: YES 
user_id=9316
Originator: NO

the problem you are experiencing is a consequence of the design of lattice
plots. Namely, they are not displayed until _printed_.  Normally this
occurs within R when the function returns.  Under rpy, it is necessary to
explicitly call rpy.r.print_( ... ) to cause the objects to be displayed.

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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to