~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/graphics/histplot.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH histplot 2 "April 1993" "Scilab Group" "Scilab Function" 
2
 
.so ../sci.an
3
 
.SH NAME
4
 
histplot - plot a histogram
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
histplot(npoint,data,[style,strf,leg,rect,nax])
8
 
.fi
9
 
.SH PARAMETERS 
10
 
.TP 8
11
 
npoint
12
 
: integer or a row vector of increasing values.
13
 
.TP
14
 
data 
15
 
: real vector.
16
 
.TP
17
 
style,strf,leg,rect,nax
18
 
: see \fVplot2d\fR.
19
 
.SH DESCRIPTION
20
 
.TP 3
21
 
-
22
 
If \fVnpoint\fR is an integer, \fVhistplot\fR plots a histogram of
23
 
the values stored in \fVdata\fR using \fVnpoint\fR equally spaced classes.
24
 
.TP
25
 
-
26
 
If \fVnpoint\fR is a vector \fVhistplot\fR plots a histogram of the
27
 
values stored in \fVdata\fR using the classes \fV]npoint(k),npoint(k+1)]\fR.
28
 
.LP
29
 
Enter the command \fVhistplot()\fR to see a demo.
30
 
.SH SEE ALSO
31
 
hist3d, plot2d