Re: [Rpy] Plotting in RPy v2.0.0.3a

2008-10-13 Thread Andrew McNamara
ple: from rpy2 import compat as r r.dev_off() -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/ - This SF.Net email is sponsored by the Moblin Your Move Developer's challeng

Re: [Rpy] plots do not appear

2008-06-09 Thread Andrew McNamara
t R started and used X to display the plot. Modern versions of R have support for an OS X native "quartz" output device, which can be activated by calling "r.quartz()" from python, or quartz() from R, but I'm not entirely sure where to go from there. -- Andrew McNamara