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
|
Source: jas-plotter
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>,
Gabriele Giacone <1o5g4r8o@gmail.com>,
Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk
Build-Depends-Indep: libsurefire-java (>= 2.4.3), javahelp2 (>= 2.0.05.ds1-3), junit,
libxerces2-java, libtablelayout-java (>= 20090826-3)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/jas-plotter.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/jas-plotter.git
Homepage: http://java.freehep.org/jas-plotter/
Package: libjas-plotter-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: JAS(2) Plotter graphic library
This library, part of the Java Analysis Studio distribution, is able to
draw various sorts of plots, such as monodimensional and bidimensinal
histograms, scatter plots or function fits. Many aspects of the plots,
such as the color or the style of the lines, can also be interactively
modified via a Swing interface.
.
This library is used in FreeHEP, a collection of Java libraries used
in High Energy Physics.
|