Thread: Reports and postgres
Dear All,
Sincere apologies if this is a re-post.
Is there a good reporting tool which will let me generate scatter plots/ histograms say for a query like
select col1, col2, col3,.....col51
from table idsvsgenes
where pid=1000_art;
I have lots of data in a table and generating scatterplots/ histograms is really difficult!
Thanks in advance.
Hrishi
Sincere apologies if this is a re-post.
Is there a good reporting tool which will let me generate scatter plots/ histograms say for a query like
select col1, col2, col3,.....col51
from table idsvsgenes
where pid=1000_art;
I have lots of data in a table and generating scatterplots/ histograms is really difficult!
Thanks in advance.
Hrishi
Have you looked at PL/R? http://www.varlena.com/varlena/GeneralBits/Tidbits/bernier/art_66/ graphingWithR.html On Nov 11, 2005, at 2:09 PM, Hrishikesh Deshmukh wrote: > Dear All, > > Sincere apologies if this is a re-post. > Is there a good reporting tool which will let me generate scatter > plots/ histograms say for a query like > > select col1, col2, col3,.....col51 > > from table idsvsgenes > > where pid=1000_art; > > I have lots of data in a table and generating scatterplots/ > histograms is really difficult! > > Thanks in advance. > > Hrishi > >