This file is indexed.

/usr/share/metview/etc/PlotPageDef 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
PARAMSHARE ; ParamShare; PARAMSHARE
{
       ONOFF {
             ON  ; ON 
             OFF ; OFF
       }
 
       COLOUR {
			%include MagicsColours.txt
       } 

       LINE_STYLE {
             SOLID      ; SOLID     
             DOT        ; DOT       
             DASH       ; DASH      
             CHAIN_DOT  ; CHAIN_DOT 
             CHAIN_DASH ; CHAIN_DASH
       }

       MARKER {
             1        ; 1
             2        ; 2
             3        ; 3
             4        ; 4
             5        ; 5
       }

       QUALITY {
             LOW        ; LOW
             MEDIUM     ; MEDIUM
             HIGH       ; HIGH
       } 

       SHADING {
             DOT        ; DOT
             HATCH      ; HATCH
             AREA_FILL  ; AREA_FILL
       }

       THICKNESS {
             1        ; 1
             2        ; 2
             3        ; 3
             4        ; 4
             5        ; 5
             6        ; 6
             7        ; 7
             8        ; 8
             9        ; 9
            10        ; 10
       }
}
 
PLOT_PAGE ; Page for PlotMod ; Metview
{

	TOP 
		[ label = 'Top ( Percent of the Page )' ]
	{
		*
	} = 0

	BOTTOM 
		[ label = 'Bottom ( Percent of the Page )' ]
	{
		*
	} = 100

	LEFT 
		[ label = 'Left ( Percent of the Page )' ]
	{
		*
	} = 0

	RIGHT 
		[ label = 'Right ( Percent of the Page )' ]
	{
		*
	} = 100

	ROWS {
		1
		2
		3
		4
		5
	} = 1

	COLUMNS {
		1
		2
		3
		4
		5
	} = 1

	PAGE_X_GAP
		[ label = 'Percent of the Page' ]
	{
		*
	} = 0

	PAGE_Y_GAP
		[ label = 'Percent of the Page' ]
	{
		*
	} = 0


	VIEW
	[
        interface       = icon,
        class           = MXSECTVIEW/MXSECTIONVIEW/MAPVIEW/GEOVIEW/MVERTPROFVIEW/MVPROFILEVIEW/MAVERAGEVIEW/MXAVERAGEVIEW/CARTESIANVIEW/ANNOTATIONVIEW/MHOVMOELLERVIEW,
        exclusive       = true,
        help            = help_data,
        help_directory  = '/System/Defaults',
        help_name       = View For Plot Page,
        help_class      = GEOVIEW,
        help_definition = (GEOVIEW)
	]
   	{
    	@
		/
    	} 

	SUB_PAGES 
	[
	        interface       = icon,
        	class           = PLOT_SUBPAGE,
	        exclusive       = false,
        	help            = help_data,
	        help_directory  = '/System/Defaults',
        	help_name       = Embedded subpage,
	        help_class      = PLOT_SUBPAGE,
	        help_icon       = PLOTSUBPAGE,
        	help_definition = (PLOT_SUBPAGE)
	]
	{
		@
		/
	}


}