Reports and postgres

Started by Hrishikesh Deshmukhover 20 years ago2 messagesgeneral
Jump to latest
#1Hrishikesh Deshmukh
hdeshmuk@gmail.com

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

#2Ben
bench@silentmedia.com
In reply to: Hrishikesh Deshmukh (#1)
Re: Reports and postgres

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:

Show quoted text

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