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

« back to all changes in this revision

Viewing changes to man/graphics/xgraduate.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 xgraduate 2 "November 1993" "Scilab Group" "Scilab Function" 
2
 
.so ../sci.an
3
 
.SH NAME
4
 
xgraduate - axis graduation 
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[xi,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(xmi,xma)
8
 
.fi
9
 
.SH PARAMETERS 
10
 
.TP 10
11
 
xmi,xma
12
 
: real scalars
13
 
.TP
14
 
xi, xa, kMinr, kMaxr, ar
15
 
:real scalars
16
 
.TP
17
 
np1,np2
18
 
: integer
19
 
.SH DESCRIPTION
20
 
\fVxgraduate\fR returns the axis graduations which are used by the plot
21
 
routines (with pretty print flag enabled). It returns an interval \fV[xi,xa]\fR which contains the
22
 
given interval \fV[xmi,xma]\fR and such that  
23
 
.LP
24
 
\fVxi= kMinr*10^ar\fR, \fVxa=kMaxr*10^ar\fR and the interval can 
25
 
be divided into \fVnp2\fR intervals and each interval is divided in
26
 
\fVnp1\fR sub-intervals.
27
 
.SH EXAMPLE
28
 
.nf
29
 
  [x1,xa,np1,np2,kMinr,kMaxr,ar]=xgraduate(-0.3,0.2)
30
 
.fi
31
 
.SH SEE ALSO
32
 
graduate, plot2d
33
 
.SH AUTHOR
34
 
J.P.C 
35
 
 
36