File: xgraduate.cat

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 (30 lines) | stat: -rw-r--r-- 817 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
xgraduate          Scilab Group          Scilab Function          xgraduate
NAME
   xgraduate - axis graduation 
  
CALLING SEQUENCE
 [xi,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(xmi,xma)
PARAMETERS
 xmi,xma    : real scalars
            
 xi, xa, kMinr, kMaxr, ar
             :real scalars
            
 np1,np2    : integer
            
DESCRIPTION
   xgraduate returns the axis graduations which are used by the plot
  routines (with pretty print flag enabled). It returns an interval [xi,xa]
  which contains the given interval [xmi,xma] and such that  
  
   xi= kMinr*10^ar, xa=kMaxr*10^ar and the interval can  be divided into np2
  intervals and each interval is divided in np1 sub-intervals.
  
EXAMPLE
   [x1,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(-0.3,0.2)
SEE ALSO
   graduate, plot2d
  
AUTHOR
   J.P.C