This file is indexed.

/usr/lib/goffice/0.10.39/plugins/plot_distrib/plot-types.xml is in libgoffice-0.10-10 0.10.39-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
	<Family _name="Statistics"	sample_image_file="res:go:plot_distrib/dist.xpm" axis_set="xy"/>

	<Type _name="HBoxPlots" row="1" col="1"
		engine="GogBoxPlot" family="Statistics"
		_description="Horizontal Box-Plot."
		sample_image_file="res:go:plot_distrib/chart_boxplot_1_1.png">
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="VBoxPlots" row="1" col="2"
		engine="GogBoxPlot" family="Statistics"
		_description="Vertical Box-Plot."
		sample_image_file="res:go:plot_distrib/chart_boxplot_1_2.png">
		<property name="vertical">true</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="HBoxPlotOutliers" row="2" col="1"
		engine="GogBoxPlot" family="Statistics"
		_description="Horizontal Box-Plot showing outliers."
		sample_image_file="res:go:plot_distrib/chart_boxplot_2_1.png">
		<property name="outliers">true</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="VBoxPlotOutliers" row="2" col="2"
		engine="GogBoxPlot" family="Statistics"
		_description="Vertical Box-Plot showing outliers."
		sample_image_file="res:go:plot_distrib/chart_boxplot_2_2.png">
		<property name="outliers">true</property>
		<property name="vertical">true</property>
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="Histogram" row="3" col="1"
		engine="GogHistogramPlot" family="Statistics"
		_description="Histogram."
		sample_image_file="res:go:plot_distrib/chart_histogram_1_1.png">
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="CumulativeHistogram" row="3" col="2"
		engine="GogHistogramPlot" family="Statistics"
		_description="Cumulative histogram."
		sample_image_file="res:go:plot_distrib/chart_histogram_2_1.png">
		<property name="guru-hints">backplane</property>
		<property name="cumulative">true</property>
	</Type>
<!--	<Type _name="DoubleHistogram" row="3" col="3"
		engine="GogDoubleHistogramPlot" family="Statistics"
		_description="Double histogram."
		sample_image_file="res:go:plot_distrib/chart_histogram_1_3.png">
		<property name="guru-hints">backplane</property>
	</Type>
	<Type _name="PopulationPyramid" row="3" col="4"
		engine="GogDoubleHistogramPlot" family="Statistics"
		_description="Population pyramid."
		sample_image_file="res:go:plot_distrib/chart_histogram_1_4.png">
		<property name="guru-hints">backplane</property>
		<property name="vertical">false</property>
	</Type> -->
	<Type _name="ProbabilityPlot" row="4" col="1"
		engine="GogProbabilityPlot" family="Statistics"
		_description="Probability plot."
		sample_image_file="res:go:plot_distrib/chart_prob_1_1.png">
	</Type>
</Types>