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

« back to all changes in this revision

Viewing changes to man/graphics/histplot.cat

  • 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
 
histplot          Scilab Group          Scilab Function            histplot
2
 
NAME
3
 
   histplot - plot a histogram
4
 
  
5
 
CALLING SEQUENCE
6
 
 histplot(npoint,data,[style,strf,leg,rect,nax])
7
 
PARAMETERS
8
 
 npoint   : integer or a row vector of increasing values.
9
 
          
10
 
 data     : real vector.
11
 
          
12
 
 style,strf,leg,rect,nax
13
 
           : see plot2d.
14
 
          
15
 
DESCRIPTION
16
 
 -   If npoint is an integer, histplot plots a histogram of the values
17
 
     stored in data using npoint equally spaced classes.
18
 
     
19
 
 -   If npoint is a vector histplot plots a histogram of the values stored
20
 
     in data using the classes ]npoint(k),npoint(k+1)].
21
 
     
22
 
    Enter the command histplot() to see a demo.
23
 
     
24
 
SEE ALSO
25
 
   hist3d, plot2d
26