ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/line.plt
Revision: 1.1
Committed: Mon Oct 12 20:10:50 2015 UTC (8 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad5R3, rad5R1, HEAD
Log Message:
Added installation of required library files

File Contents

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