File: plugin.xml.in

package info (click to toggle)
goffice 0.10.57-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,136 kB
  • sloc: ansic: 114,820; sh: 4,993; makefile: 1,241; perl: 235; xml: 232
file content (45 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_distrib">
	<information>
		<_name>Charting : distribution related plots</_name>
		<_description>box-plots, histograms, and other distribution related plots</_description>
	</information>
	<dependencies>
		<dep_plugin id="GOffice_reg_linear" force_load="1"/>
	</dependencies>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="distrib"/>
	</loader>
	<services>
		<service type="resource"
			 id="go:plot_distrib/dist.xpm"
			 file="dist.xpm"/>

		<service type="plot_engine" id="GogBoxPlot">
			<information>
				<_description>Box-plot plotting engine</_description>
			</information>
		</service>
		<service type="plot_engine" id="GogHistogramPlot">
			<information>
				<_description>Histograms plotting engine</_description>
			</information>
		</service>
<!--		<service type="plot_engine" id="GogDoubleHistogramPlot">
			<information>
				<_description>Double histograms plotting engine</_description>
			</information>
		</service> -->
		<service type="plot_engine" id="GogProbabilityPlot">
			<information>
				<_description>Probability plots engine</_description>
			</information>
		</service>
		<service type="plot_type" id="boxplot">
			<file>plot-types.xml</file>
			<information>
				<_description>Statistics plot types</_description>
			</information>
		</service>
	</services>
</plugin>