File: xnumb.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (36 lines) | stat: -rw-r--r-- 791 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
32
33
34
35
36
.TH xnumb 2 "April 1993" "Scilab Group" "Scilab Function"
.so ../sci.an
.SH NAME
xnumb - draw numbers on a graphic
.SH CALLING SEQUENCE
.nf
xnumb(x,y,nums,[flag,angle])
.fi
.SH PARAMETERS
.TP
x,y,nums
: vectors or matrices of same size 
.TP
flag 
: an integer value
.TP
angle
: a vector of the same size as \fVx,y,nums\fR
.LP 
.SH DESCRIPTION
Displays the value of \fVnums[i]\fR using the current number format 
at position \fVx[i],y[i]\fR in the current scale.
if \fVflag\fR is 1 a frame box is added around the strings.
if \fVangle\fR is present it's a vector. \fVangle[i]\fR gives the slope
in degree (clockwise) to use  for the display of the string.
.SH EXAMPLE 
.nf
plot2d([-100,500],[-100,600],[-1,-1],"022");
x=0:100:200;
xnumb(x,500*ones(x),[10,20,35],1);
.fi
.SH AUTHOR
J.Ph.C.