~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to doc/defineunits.html

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<!-- This file has been generated by unroff 1.0, 01/25/02 14:21:40. -->
 
4
<!-- Do not edit! -->
 
5
<STYLE TYPE="text/css">
 
6
<!--
 
7
        A:link{text-decoration:none}
 
8
        A:visited{text-decoration:none}
 
9
        A:active{text-decoration:none}
 
10
-->
 
11
</STYLE>
 
12
<title>ploticus: proc defineunits</title>
 
13
<body bgcolor=D0D0EE vlink=0000FF>
 
14
<br>
 
15
<br>
 
16
<center>
 
17
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
18
<td>
 
19
  <table cellpadding=2 width=550><tr>
 
20
  <td><br><h2>proc defineunits</h2></td>
 
21
  <td align=right>
 
22
  <small>
 
23
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
 
24
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
 
25
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
26
  <a href="../doc/Contents.html">Handbook</a> 
 
27
  <td></tr></table>
 
28
</td></tr>
 
29
<td>
 
30
<br>
 
31
<br>
 
32
 
 
33
<title>Manual page for proc_defineunits(PL)</title>
 
34
</head>
 
35
<body>
 
36
 
 
37
<h2>DESCRIPTION</h2>
 
38
<b>proc defineunits</b> may be used to explicitly
 
39
set a certain type of scaling unit (such as date or time)
 
40
for an axis.<tt> </tt>
 
41
Usually <b>proc areadef</b> takes care of this; however
 
42
<b>proc defineunits</b> may be needed in situations where
 
43
<b>proc tabulate</b> or <b>proc autoscale</b>
 
44
are to be invoked before <b>proc areadef</b>, or to
 
45
change scaling without setting up a new area.<tt> </tt>
 
46
 
 
47
<h2>EXAMPLE</h2>
 
48
A Gallery example where this is used is
 
49
<a href="../gallery/quarters.htm">
 
50
 quarters 
 
51
</a>
 
52
 
 
53
 
 
54
<h2>MANDATORY ATTRIBUTES</h2>
 
55
The <tt>axis</tt> and <tt>units</tt> attributes must be specified.<tt> </tt>
 
56
 
 
57
<h2>ATTRIBUTES</h2>
 
58
<p>
 
59
<b>axis</b> <tt>x</tt> | <tt>y</tt>
 
60
<dl>
 
61
<dt><dd><p>
 
62
The axis to which we are binding a type of scaling unit.<tt> </tt>
 
63
 
 
64
</dl>
 
65
<p>
 
66
<b>units</b> <i>scaleunit</i>
 
67
<dl>
 
68
<dt><dd><p>
 
69
The type of scaling to be used.<tt> </tt>
 
70
For a list of available scale unit types see 
 
71
<a href="scaleunits.html">
 
72
scaleunits
 
73
</a>
 
74
<br>
 
75
Example: <tt>units: date yymm</tt>
 
76
 
 
77
<br>
 
78
<br>
 
79
</td></tr>
 
80
<td align=right>
 
81
<a href="Welcome.html">
 
82
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
83
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
 
84
<br>
 
85
<br>
 
86
<center>
 
87
<img src="../gallery/all.gif">
 
88
</center>
 
89
</td></tr>
 
90
</table>
 
91
</dl>
 
92
<p><hr>
 
93
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>January 25, 2002.
 
94
</body>
 
95
</html>