1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: ygraph
Section: science
Priority: optional
Maintainer: Daniel Kobras <kobras@debian.org>
Build-Depends: debhelper (>> 4.0.0), autotools-dev, gdk-imlib11-dev, libglib1.2-dev | libglib-dev, libgtk1.2-dev | libgtk-dev, libpopt-dev, libjpeg62-dev | libjpeg-dev, libpng12-0-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev | libz-dev, libbz2-dev, docbook-utils, dpatch
Standards-Version: 3.7.2
Package: ygraph
Architecture: any
Depends: ${shlibs:Depends}
Description: Visualize one-dimensional scientific data
The ygraph tool visualizes one-dimensional scientific data sets. It is
an enhanced alternative to the xgraph utility and supports the same
input format as xgraph. Additionally, ygraph features:
.
* animating multiple plots simultaneously and synchronously;
* stepping back and forth through animations one frame at a time;
* zooming, similar to xgraph but without opening a lot of new windows;
* plotting derivatives;
* subtracting plots;
* convergence tests;
* reading compressed files;
* exporting images and animations.
|