home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-22 | 651 b | 23 lines | [TEXT/ttxt] |
- ztics:
-
- Synopsis: Sets the tics on the z-axis.
-
- Syntax: ztics ( start, end, incr, I )
- ztics (vector, I )
- ztics ( I )
-
- Description:
-
- The ztics() function sets the tics on the z-axis in the I:th plot-window.
- If it is used as ztics(start,end,incr,I), the tics will be set
- for plot-window I, starting from "start", ending at "end",
- with an increment of "incr".
- If, however, it is used as ztics([a,b,c,d],I), the tics will
- set at "a", "b", "c" and "d" in plot-window I.
- The command ztics(I) will reset the tics in plot-window I.
-
- If 'I' is not specified the default plot-window (0) is used.
-
- See Also: noztics, xtics, ytics
-
-