On Thu, 2001-12-27 at 23:10, David Wright wrote:
> Can anyone suggest a scientific graphing program that can do histograms.
> 
> * i don't know if guppi can, but there is no debian package
> 
> * grace claims it can, but it lies. it wants you to import a list of 
> (X,Y)s and then generate a histogram of Ys.\
> 
> A histogram-generator imports a list of Ys (i.e. just one number per 
> line) and generates a histogram.
> 

I use grace and it works fine just od an
awk '{print NR,$1}' filename > newfile
in order to create your Xs

Michel.

> I don't care if the program has a GUI or is command-line driven.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 


Reply via email to