mirror of https://github.com/Gnucash/gnucash
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.
24 lines
653 B
24 lines
653 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plugin id="GOffice_plot_boxes">
|
|
<information>
|
|
<_name>Charting : Box-Plots</_name>
|
|
<_description>Box-Plots</_description>
|
|
</information>
|
|
<loader type="Gnumeric_Builtin:module">
|
|
<attribute name="module_file" value="boxplot"/>
|
|
</loader>
|
|
<services>
|
|
<service type="plot_engine" id="GogBoxPlot">
|
|
<information>
|
|
<_description>Box-plot plotting engine</_description>
|
|
</information>
|
|
</service>
|
|
<service type="plot_type" id="boxplot">
|
|
<file>plot-types.xml</file>
|
|
<information>
|
|
<_description>Default surface plot types</_description>
|
|
</information>
|
|
</service>
|
|
</services>
|
|
</plugin>
|