Re: [Rpy] Plotting through rpy2

2012-05-22 Thread Shyam Saladi
Exactly that! Thank you very much! Shyam On Tue, May 22, 2012 at 4:40 PM, Thomas Kluyver wrote: > On 23 May 2012 00:00, Shyam Saladi wrote: > > The histogram has clearly been plotted by the values of my array are > shown > > as well > > It looks like it's tried to use a representation of the ar

Re: [Rpy] Plotting through rpy2

2012-05-22 Thread Thomas Kluyver
On 23 May 2012 00:00, Shyam Saladi wrote: > The histogram has clearly been plotted by the values of my array are shown > as well It looks like it's tried to use a representation of the array as the title and x-axis label. If you call hist with sensible names for main= and xlab=, does it look OK?