File: transparent.htm

package info (click to toggle)
ploticus-doc 2.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,284 kB
  • ctags: 83
  • sloc: pascal: 149; makefile: 61; sh: 30
file content (45 lines) | stat: -rw-r--r-- 1,207 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html><h1>transparent</h1><img src="transparent.gif"><p>
<a href="gall.using.html">How to download and try this example</a><br>

<pre><b>Usage: ploticus -png transparent.htm
Uses the data file <a href="devol.dat">devol.dat</a>

Demonstrates transparent background.
<hr></b>

//<b> set page-wide attributes using <a href="../doc/page.html">proc page</a></b>
#proc page
backgroundcolor: transparent

//<b> set up plotting area and axes using <a href="../doc/areadef.html">proc areadef</a></b>
#proc areadef:
rectangle: 1 1 5 3
title: Number of inquiries per month
titledetails: size=18 align=C adjust=0,0.1 color=black
xscaletype: date mm/yy
xrange: 12/86 06/89
yrange: 0 2000

xaxis.stubs: inc 1 month
xaxis.stubformat: M
xaxis.autoyears: 'yy
xaxis.grid: width=0.5
xaxis.stubrange: 01/87 05/89
xaxis.label: Month and year
xaxis.labeldetails: adjust=0,-0.15

yaxis.stubs: inc 200
yaxis.grid: width=0.5

//<b> read in data set using <a href="../doc/getdata.html">proc getdata</a></b>
#proc getdata:
file:	devol.dat

//<b> do stairstep line plot using <a href="../doc/lineplot.html">proc lineplot</a></b>
#proc lineplot:
Yfield:		2
xfield:		1
linedetails: width=2 
stairstep: yes
numbers: yes
lastseglen: 30(s)