File: sa4a.htm

package info (click to toggle)
ploticus-doc 2.40-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,604 kB
  • ctags: 159
  • sloc: pascal: 469; makefile: 63; sh: 11
file content (24 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html><h1>sa4a</h1><img src="sa4a.gif"><p><pre>

//<b> Usage: pl -gif sa4a.htm </b>

//<b> set up area and scaling using <a href="../doc/areadef.html">proc areadef</a></b>
#proc areadef
  rectangle: 1 1 4 2
  xscaletype: date mm-dd-yyyy
  xrange: 06-01-1998 06-01-2000
  yrange: 0 100

//<b> do months using <a href="../doc/axis.html">proc axis</a></b>
#proc xaxis
  stubs: increment 1 month
  stubformat: M

//<b> do years using <a href="../doc/axis.html">proc axis</a> a second time</b>
#proc xaxis
  location: min-0.23
  axisline: none
  stubs: increment 1 year
  stubformat: yyyy
  stubrange: 01-01-1999