[vox-tech] Histograms on GNU/Linux?

Ken Bloom kabloom at ucdavis.edu
Tue Oct 26 11:05:03 PDT 2004


On Tue, 26 Oct 2004 13:13:04 -0400
p at dirac.org (Peter Jay Salzman) wrote:

> I have a few numbers in OpenOffice that I'd like to make a histogram
> of.
> 
> It appears that OO has no histogram plotter.  Gnuplot doesn't seem to
> have one either (there appears to be a patch, but I'd rather not go
> down that road unless I have to).
> 
> It appears that Gnumeric can do histograms, but when I tried...
> 
>    p at satan$ gnumeric 
> 
>    ** (gnumeric:5072): WARNING **: GnomePrint: Requested Arial1 but
>    using Sans(Sans Regular 9.000000)
>    Segmentation fault (core dumped)
>    p at satan$ 
> 
> Note the warning had nothing to do with the segfault AFAIK.
> 
> How do people do histograms on Linux (other than than by hand?)  I'd
> prefer suggestions that people USE rather than a mindless response
> invoking freshmeat.  I wanna be able to ask you a question if I have
> one.  ;-)

Make your own program to sort your data into bins, then use
plot 'file.dat' with boxes
to plot the histogram (where file.dat is the output of your custom
program)

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ns1.livepenguin.com/pipermail/vox-tech/attachments/20041026/7789323d/attachment.bin


More information about the vox-tech mailing list