DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T b

⟦3c6c10ed3⟧ TextFile

    Length: 1001 (0x3e9)
    Types: TextFile
    Names: »barplot.3«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/doc/man/barplot.3« 

TextFile

.TH BARPLOT 3 "March 5, 1985" "UNIX|STAT 5.0" "UNIX Programmer's Manual"
.SH NAME
barplot, meanline \- plotting procedures
.SH SYNOPSIS
.nf
barplot (vec, n, style, axes, number, width, base, interval)
float	*vec;
double	base;
double	interval;
.fi
.SH DESCRIPTION
.PP
Vec is a vector of bar widths;
n is the size of vec.
If style is 1,
points are plotted as deviations from the mean.
All other styles print points as lines proportional to vec values.
If axes is true, meanlines are plotted around the plot.
If number is true,
then every number-th point in vec is numbered
with base+i*interval.
Width is the width of the plot area.
.SH SYNOPSIS
.nf
meanline (mean, sd, min, max, width)
double	mean;
double	sd;
double	min;
double	max;
.fi
.SH DESCRIPTION
.PP
This procedure prints a line of width characters of dashes
with the mean and the mean +/- the standard deviation (sd) marked.
Min and max are the minimum and maximum values of the
numbers contributing to the mean and sd.
.SH AUTHOR
Gary Perlman