help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] histogram


From: Kenneth Geisshirt
Subject: Re: [Help-gsl] histogram
Date: Wed, 12 May 2004 11:09:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040116

Dear Claudia,

I want to plot a gsl_histogram. But I have no idea how to realise the plot of a 
gsl_histogram.. Can anybody help me?

The manpage of gsl-histogram has an example which requires the GNU Plotting Utilities.

# gsl-randist  0 10000 cauchy 30 | gsl-histogram -100 100 \
200 > histogram.dat
# awk '{print $1, $3 ; print $2, $3}' histogram.dat | graph -T X

Good luck,
  Kneth

--
Kenneth Geisshirt, M.Sc., Ph.D.  --  http://kenneth.geisshirt.dk
         Good judgment comes from experience.
              Experience comes from bad judgment. -- Jim Horning




reply via email to

[Prev in Thread] Current Thread [Next in Thread]