You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice-0.0.4/plugins/plot_surface/plugin.xml.in

29 lines
832 B

<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_surface">
<information>
<_name>Surface Charts</_name>
<_description>Surface charts</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="surface"/>
</loader>
<services>
<service type="plot_engine" id="GogContourPlot">
<information>
<_description>Contour plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="XLContourPlot">
<information>
<_description>Excel compatibility contour 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>