ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/meta/line.plt
Revision: 1.1
Committed: Wed Mar 12 17:37:42 2003 UTC (22 years, 2 months ago) by greg
Branch: MAIN
Log Message:
Added lib directory and contents to repository

File Contents

# User Rev Content
1 greg 1.1 #
2     # This file defines a standard line plot,
3     # where a curve is represented by lines
4     # connecting each point.
5     #
6    
7     include = standard.plt # standard definitions
8    
9     lthick = 2 # line thickness
10    
11     #
12     # Curve defaults:
13     #
14    
15     Athick = lthick # line thickness for A
16     Alintype = 1 # line type for A
17     Asymsize = 0 # symbol radius for A
18     Acolor = 4 # color for A
19    
20     Bthick = lthick
21     Blintype = 2
22     Bsymsize = 0
23     Bcolor = 2
24    
25     Cthick = lthick
26     Clintype = 3
27     Csymsize = 0
28     Ccolor = 1
29    
30     Dthick = lthick
31     Dlintype = 4
32     Dsymsize = 0
33     Dcolor = 3
34    
35     Ethick = lthick
36     Elintype = 1
37     Esymsize = 0
38     Ecolor = 2
39    
40     Fthick = lthick
41     Flintype = 2
42     Fsymsize = 0
43     Fcolor = 4
44    
45     Gthick = lthick
46     Glintype = 3
47     Gsymsize = 0
48     Gcolor = 3
49    
50     Hthick = lthick
51     Hlintype = 4
52     Hsymsize = 0
53     Hcolor = 1