~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/graphics/xnumb.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH xnumb 2 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
xnumb - draw numbers
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
xnumb(x,y,nums,[box,angle])
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP 10
 
11
x,y,nums
 
12
: vectors of same size.
 
13
.TP
 
14
box 
 
15
: integer value.
 
16
.TP
 
17
angle
 
18
: optional vector of same size as \fVx\fR
 
19
.LP 
 
20
.SH DESCRIPTION
 
21
\fVxnumb\fR draws the value of \fVnums(i)\fR
 
22
at position \fVx(i),y(i)\fR in the current scale.
 
23
If \fVbox\fR is 1, a box is drawn around the numbers. 
 
24
If \fVangle\fR is given, it gives the direction for string drawing.
 
25
.SH EXAMPLE 
 
26
.nf
 
27
plot2d([-100,500],[-100,600],[-1,-1],"022")
 
28
x=0:100:200;
 
29
xnumb(x,500*ones(x),[10,20,35],1)
 
30
.fi
 
31
.SH SEE ALSO
 
32
xstring
 
33
.SH AUTHOR
 
34
J.Ph.C.