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
|
Source: graphs
Section: math
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Sven Geuer <sge@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
blueprint-compiler,
desktop-file-utils,
gettext,
gobject-introspection,
itstool,
libadwaita-1-dev,
libgee-0.8-dev,
libxml2-utils,
meson,
python3,
python3-matplotlib,
# Can't get working the python related test. Any help is welcome.
# python3-pytest,
valac,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/gnome-team/graphs.git
Vcs-Browser: https://salsa.debian.org/gnome-team/graphs
Homepage: https://apps.gnome.org/de/Graphs/
Package: graphs
Architecture: any
Depends: python3-gi-cairo,
python3-matplotlib,
python3-numexpr,
python3-scipy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: GNOME app to plot and manipulate data
Graphs is a simple, yet powerful tool that allows you to plot and manipulate
your data with ease. New data can be imported from a wide variety of
file types, or generated by equation. All data can be manipulated using a
variety of operations.
.
Apart from regular operations, Graphs also has support for curve fitting on
the data, allowing you to effortlessly analyze trends within your datasets.
.
The operations include:
- Shifting data
- Normalizing data
- Smoothening data
- Centering data
- Cutting data
- Combining data
- Translating data
- Derivative and indefinite integral
- Fourier transformations
- Custom transformations
.
Graphs is a GNOME Circle app.
|