This file is indexed.

/usr/share/metview/etc/MTAYLORDef is in metview-data 5.0.0~beta.1-1build1.

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
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
PARAMSHARE ; ParamShare; PARAMSHARE
{
	COLOUR {
		%include MagicsColours.txt
		}
	STYLE {
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DOT; CHAIN_DOT
		CHAIN_DASH; CHAIN_DASH
	}
}
MTAYLOR; Magics; Automatically generated
{
	TAYLOR_LABEL
	[ help_text = 'Label of the grid' ]
	{
		@
	} = Correlation

	TAYLOR_LABEL_COLOUR
	[ help_text = 'Colour of the label', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_LABEL_HEIGHT
	[ help_text = 'Hieght of the label' ]
	{
		*
	} = 0.35

	TAYLOR_PRIMARY_GRID_INCREMENT
	[ help_text = 'Reference used  of the Standard deviation plotting.' ]
	{
		*
	} = 0.5

	TAYLOR_PRIMARY_GRID_LINE_COLOUR
	[ help_text = 'Colour used to plot the primary grid', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_PRIMARY_GRID_LINE_THICKNESS
	[ help_text = 'Thickness used to plot the primary grid' ]
	{
		*
	} = 1

	TAYLOR_PRIMARY_GRID_LINE_STYLE
	[ help_text = 'Line Style used to plot the primary grid' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	TAYLOR_PRIMARY_GRID_REFERENCE
	[ help_text = 'Reference used  of the Standard deviation plotting.' ]
	{
		*
	} = 0.5

	TAYLOR_REFERENCE_LINE_COLOUR
	[ help_text = 'Colour used to plot the primary grid', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_REFERENCE_LINE_THICKNESS
	[ help_text = 'Thickness used to plot the primary grid' ]
	{
		*
	} = 2

	TAYLOR_REFERENCE_LINE_STYLE
	[ help_text = 'Line Style used to plot the primary grid' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	TAYLOR_PRIMARY_LABEL
	[ help_text = 'Turn the labels (on/off) of the primary grid' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	TAYLOR_PRIMARY_LABEL_COLOUR
	[ help_text = 'Colour of the  labels  of the primary grid', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_PRIMARY_LABEL_HEIGHT
	[ help_text = 'Height of the  labels  of the primary grid' ]
	{
		*
	} = 0.35

	TAYLOR_SECONDARY_GRID
	[ help_text = 'turn on/off the secondaries lines for the grid' ]
	{
		ON; ON
		OFF; OFF
	} = OFF

	TAYLOR_SECONDARY_GRID_REFERENCE
	[ help_text = 'Reference used  of the Standard deviation plotting.' ]
	{
		*
	} = 0.5

	TAYLOR_SECONDARY_GRID_INCREMENT
	[ help_text = 'Reference used  of the Standard deviation plotting.' ]
	{
		*
	} = 0.5

	TAYLOR_SECONDARY_GRID_LINE_COLOUR
	[ help_text = 'Colour used to plot the primary grid', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_SECONDARY_GRID_LINE_THICKNESS
	[ help_text = 'Thickness used to plot the primary grid' ]
	{
		*
	} = 1

	TAYLOR_SECONDARY_GRID_LINE_STYLE
	[ help_text = 'Line Style used to plot the primary grid' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	TAYLOR_SECONDARY_LABEL
	[ help_text = 'Turn the labels (on/off) of the secondary grid' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	TAYLOR_SECONDARY_LABEL_COLOUR
	[ help_text = 'Colour of the  labels  of the secondary grid', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	TAYLOR_SECONDARY_LABEL_HEIGHT
	[ help_text = 'Height of the  labels  of the secondary grid' ]
	{
		*
	} = 0.35

}