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.
28 lines
766 B
28 lines
766 B
<plugin id="GOffice_plot_xy">
|
|
<information>
|
|
<_name>Charting : XY/Scatter/Bubble</_name>
|
|
<_description>2D plots</_description>
|
|
</information>
|
|
<loader type="Gnumeric_Builtin:module">
|
|
<attribute name="module_file" value="xy"/>
|
|
</loader>
|
|
<services>
|
|
<service type="plot_engine" id="GogXYPlot">
|
|
<information>
|
|
<_description>2D scatter plotting engine</_description>
|
|
</information>
|
|
</service>
|
|
<service type="plot_engine" id="GogBubblePlot">
|
|
<information>
|
|
<_description>Bubble plotting engine</_description>
|
|
</information>
|
|
</service>
|
|
<service type="plot_type" id="plot_xy">
|
|
<file>plot-types.xml</file>
|
|
<information>
|
|
<_description>Stock Scatter plot types</_description>
|
|
</information>
|
|
</service>
|
|
</services>
|
|
</plugin>
|