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
|
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
<Family _name="Contour" sample_image_file="res:go:plot_surface/contour.xpm" axis_set="pseudo-3d"/>
<Family _name="Surface" sample_image_file="res:go:plot_surface/surface.xpm" axis_set="xyz"/>
<Family _name="Matrix" sample_image_file="res:go:plot_surface/matrix.xpm" axis_set="xy-color"/>
<Type _name="Contour" row="1" col="1"
engine="GogContourPlot" family="Contour"
_description="Contour plot."
sample_image_file="res:go:plot_surface/chart_contour_1_1.png">
</Type>
<Type _name="XYZContour" row="1" col="2"
engine="GogXYZContourPlot" family="Contour"
_description="Builds a contour from a set of points with three coordinates"
sample_image_file="res:go:plot_surface/chart_contour_2_1.png">
</Type>
<Type _name="XYContour" row="1" col="3"
engine="GogXYContourPlot" family="Contour"
_description="Builds a contour from the number of (X,Y) values around each vertex"
sample_image_file="res:go:plot_surface/chart_contour_2_2.png">
</Type>
<Type _name="Surface" row="1" col="1"
engine="GogSurfacePlot" family="Surface"
_description="Surface plot."
sample_image_file="res:go:plot_surface/chart_surface_2_1.png">
</Type>
<Type _name="XYZSurface" row="1" col="2"
engine="GogXYZSurfacePlot" family="Surface"
_description="Builds a surface from a set of points with three coordinates"
sample_image_file="res:go:plot_surface/chart_surface_2_2.png">
</Type>
<Type _name="XYSurface" row="1" col="3"
engine="GogXYSurfacePlot" family="Surface"
_description="Builds a surface from the number of (X,Y) values around each vertex"
sample_image_file="res:go:plot_surface/chart_surface_2_3.png">
</Type>
<Type _name="Matrix" row="1" col="1"
engine="GogMatrixPlot" family="Matrix"
_description="Matrix plot. Displays as colors the values given as a matrix."
sample_image_file="res:go:plot_surface/chart_matrix_1_1.png">
</Type>
<Type _name="XYZMatrix" row="1" col="2"
engine="GogXYZMatrixPlot" family="Matrix"
_description="Displays as colors the mean Z values of the (X,Y,Z) data in each cell."
sample_image_file="res:go:plot_surface/chart_matrix_1_2.png">
</Type>
<Type _name="XYMatrix" row="1" col="3"
engine="GogXYMatrixPlot" family="Matrix"
_description="Displays as colors the number of (X,Y) values in each cell."
sample_image_file="res:go:plot_surface/chart_matrix_1_3.png">
</Type>
</Types>
|