ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/meta/curve.plt
Revision: 1.1
Committed: Wed Mar 12 17:37:42 2003 UTC (22 years, 1 month 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 curve plot,
3     # where a curve is represented by special
4     # symbols at each point, with lines between.
5     #
6    
7     include = standard.plt # standard definitions
8    
9     fthick = 3 # frame thickness
10     othick = 0 # origin thickness
11     lthick = 2 # line thickness
12     grid = 0 # grid on?
13    
14     symfile = symbols.mta # our symbol file
15     symsize = 100 # global symbol radius
16    
17     #
18     # Curve defaults:
19     #
20    
21     Asymtype = "triangle" # symbol for A
22     Asymsize = symsize # symbol radius for A
23     Athick = lthick # line thickness for A
24     Alintype = 1 # line type for A
25     Acolor = 4 # color for A
26    
27     Bsymtype = "square"
28     Bsymsize = symsize
29     Bthick = lthick
30     Blintype = 2
31     Bcolor = 2
32    
33     Csymtype = "triangle2"
34     Csymsize = symsize
35     Cthick = lthick
36     Clintype = 3
37     Ccolor = 1
38    
39     Dsymtype = "diamond"
40     Dsymsize = symsize
41     Dthick = lthick
42     Dlintype = 4
43     Dcolor = 3
44    
45     Esymtype = "octagon"
46     Esymsize = symsize
47     Ethick = lthick
48     Elintype = 1
49     Ecolor = 2
50    
51     Fsymtype = "crosssquare"
52     Fsymsize = symsize
53     Fthick = lthick
54     Flintype = 2
55     Fcolor = 4
56    
57     Gsymtype = "exsquare"
58     Gsymsize = symsize
59     Gthick = lthick
60     Glintype = 3
61     Gcolor = 3
62    
63     Hsymtype = "crossdiamond"
64     Hsymsize = symsize
65     Hthick = lthick
66     Hlintype = 4
67     Hcolor = 1