File: histplot.man

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (31 lines) | stat: -rw-r--r-- 739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH histplot 2 "April 1993" "Scilab Group" "Scilab Function" 
.so ../sci.an
.SH NAME
histplot - plot a histogram
.SH CALLING SEQUENCE
.nf
histplot(npoint,data,[style,strf,leg,rect,nax])
.fi
.SH PARAMETERS 
.TP 8
npoint
: integer or a row vector of increasing values.
.TP
data 
: real vector.
.TP
style,strf,leg,rect,nax
: see \fVplot2d\fR.
.SH DESCRIPTION
.TP 3
-
If \fVnpoint\fR is an integer, \fVhistplot\fR plots a histogram of
the values stored in \fVdata\fR using \fVnpoint\fR equally spaced classes.
.TP
-
If \fVnpoint\fR is a vector \fVhistplot\fR plots a histogram of the
values stored in \fVdata\fR using the classes \fV]npoint(k),npoint(k+1)]\fR.
.LP
Enter the command \fVhistplot()\fR to see a demo.
.SH SEE ALSO
hist3d, plot2d