Re: [Rpy] Plotting in RPy v2.0.0.3a
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
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