Re: [Rpy] plots do not appear

2008-06-09 Thread Andrew McNamara
>I think that RPy is installed and working fine except I cannot get any plots >to appear. > >For example, if I type: > from rpy import * x = r.c(1,2,3,4) x >[1, 2, 3, 4] r.hist(x) >{'density': [0.499002015, 0.25, 0.24989], 'equidist': >True, 'breaks': [1.0, 2

[Rpy] plots do not appear

2008-06-07 Thread Ben Rottman
I think that RPy is installed and working fine except I cannot get any plots to appear. For example, if I type: >>> from rpy import * >>> x = r.c(1,2,3,4) >>> x [1, 2, 3, 4] >>> r.hist(x) {'density': [0.499002015, 0.25, 0.24989], 'equidist': True, 'breaks': [1.0, 2.0, 3.0, 4.0