This file is indexed.

/usr/share/radiance/meta/boxw.plt is in radiance-materials 4R1+20120125-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
#
#	Box and Whisker Plot.
#	This file represents a single curve with error
#	and extrema boxes.  The curve itself is A.
#	The upper box limit is B.  The lower box limit is C.
#	The maximum is D.  The minimum is E.
#

include = standard.plt		# standard definitions

fthick = 3			# frame thickness
othick = 0			# origin thickness
grid = 0			# grid on?

symfile = symbols.mta		# our symbol file

#
# Curve defaults:
#

Asymtype = "ex"		# symbol for main curve
Asymsize = 100 		# symbol radius
Athick = 2			# line thickness
Alintype = 1			# line type
Acolor = 4			# color

Bsymtype = "boxtop"		# upper box limit
Bsymsize = 150
Bthick = 0
Bcolor = 2

Csymtype = "boxbottom"		# lower box limit
Csymsize = 150
Cthick = 0
Ccolor = 2

Dsymtype = "uptee"		# maximum
Dsymsize = 150
Dthick = 0
Dcolor = 3

Esymtype = "downtee"		# minimum
Esymsize = 150
Ethick = 0
Ecolor = 3