File: plot-types.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 (38 lines) | stat: -rw-r--r-- 1,593 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
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
	<Family _name="Radar"	sample_image_file="res:go:plot_radar/radar.xpm" axis_set="radar"/>
	<Family _name="Polar"	sample_image_file="res:go:plot_radar/polar.xpm" axis_set="radar"/>

	<Type _name="Radar" row="1" col="1"
		engine="GogRadarPlot" family="Radar"
		_description="Radar plot."
		sample_image_file="res:go:plot_radar/chart_radar_1_1.png">
		<property name="guru-hints">circular-no-line</property>
	</Type>
	<Type _name="Dotted Radar" row="1" col="2"
		engine="GogRadarPlot" family="Radar"
		_description="Radar plot with dots."
		sample_image_file="res:go:plot_radar/chart_radar_1_2.png">
		<property name="guru-hints">circular-no-line</property>
		<property name="default-style-has-markers">True</property>
	</Type>
	<Type _name="Area Radar" row="1" col="3"
		engine="GogRadarAreaPlot" family="Radar"
		_description="Area radar plot."
		sample_image_file="res:go:plot_radar/chart_radar_1_3.png">
		<property name="guru-hints">circular-no-line</property>
	</Type>
	
	<Type _name="Polar" row="1" col="1"
		engine="GogPolarPlot" family="Polar"
		_description="Polar plot."
		sample_image_file="res:go:plot_radar/chart_polar_1_1.png">
		<property name="guru-hints">major-grid;backplane</property>
	</Type>
	<Type _name="Colored Polar" row="2" col="1"
		engine="GogColorPolarPlot" family="Polar"
		_description="Polar plot with colored marks."
		sample_image_file="res:go:plot_radar/chart_color_polar_1_1.png">
		<property name="guru-hints">major-grid;backplane</property>
	</Type>
</Types>