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
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_surface">
<information>
<_name>Charting : Surfaces</_name>
<_description>Surface charts</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="surface"/>
</loader>
<services>
<service type="resource"
id="go:plot_surface/surface.xpm"
file="surface.xpm"/>
<service type="resource"
id="go:plot_surface/contour.xpm"
file="contour.xpm"/>
<service type="resource"
id="go:plot_surface/matrix.xpm"
file="matrix.xpm"/>
<service type="plot_engine" id="GogContourPlot">
<information>
<_description>Contour plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="XLContourPlot">
<information>
<description>Excel (TM) compatibility contour plotting engine</description>
</information>
</service>
<service type="plot_engine" id="GogXYZContourPlot">
<information>
<_description>XYZ contour plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogXYContourPlot">
<information>
<_description>XY contour plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogSurfacePlot">
<information>
<_description>Surface plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="XLSurfacePlot">
<information>
<description>Excel (TM) compatibility surface plotting engine</description>
</information>
</service>
<service type="plot_engine" id="GogXYZSurfacePlot">
<information>
<_description>XYZ surface plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogXYSurfacePlot">
<information>
<_description>XY surface plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogMatrixPlot">
<information>
<_description>Matrix plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogXYMatrixPlot">
<information>
<_description>XY matrix plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogXYZMatrixPlot">
<information>
<_description>XYZ matrix plotting engine</_description>
</information>
</service>
<service type="plot_type" id="surface">
<file>plot-types.xml</file>
<information>
<_description>Default surface plot types</_description>
</information>
</service>
</services>
</plugin>
|