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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Jeremy Sanders <jeremy@jeremysanders.net> -->
<component type="desktop-application">
<id>io.github.veusz.Veusz</id>
<launchable type="desktop-id">Veusz.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Veusz</name>
<summary>Scientific plotting package</summary>
<description>
<p>
Veusz is an interactive graphical scientific plotting and
graphing package. It is designed to produce publication-ready
PDF output. SVG, EMF and bitmap export formats are also
supported. Data can be read from text, CSV, HDF5 or FITS
files. In addition, you can also enter, manipulate or examine
data from within the application. The program also provides a
command line and scripting interface (based on Python) to its
plotting facilities. It can also act as a Python plotting
module.
</p>
<p>
In Veusz plots are created by building up plotting widgets with
a consistent object-based interface. Plotting types support by
Veusz include the following: x-y, function, contour, image,
stepped, date, vector field, box, polar, ternary, nested and
stacked. Plots can also include multiple axes.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://veusz.github.io/screenshots/appdata-screenshot-0.png</image>
</screenshot>
<screenshot>
<image>https://veusz.github.io/screenshots/multiwins.png</image>
</screenshot>
<screenshot>
<image>https://veusz.github.io/screenshots/3d.png</image>
</screenshot>
<screenshot>
<image>https://veusz.github.io/screenshots/linux_mainwin.png</image>
</screenshot>
<screenshot>
<image>https://veusz.github.io/screenshots/import.png</image>
</screenshot>
<screenshot>
<image>https://veusz.github.io/screenshots/histogram.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://veusz.github.io/</url>
<url type="help">https://veusz.github.io/help-support/</url>
<url type="bugtracker">https://github.com/veusz/veusz/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.1" date="2025-06-13">
</release>
<release version="4.0" date="2025-06-01">
</release>
<release version="3.6.2" date="2023-02-26">
</release>
<release version="3.6.1" date="2023-02-26">
</release>
<release version="3.6" date="2023-02-25">
</release>
<release version="3.5.3" date="2022-11-01">
</release>
<release version="3.4" date="2021-10-17">
</release>
<release version="3.3.1" date="2020-12-06">
</release>
</releases>
<developer_name>Veusz developers</developer_name>
<update_contact>jeremy@jeremysanders.net</update_contact>
</component>
|