File: control

package info (click to toggle)
jgraph 83-23
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 652 kB
  • ctags: 446
  • sloc: ansic: 4,596; makefile: 146; sh: 106; awk: 104
file content (23 lines) | stat: -rw-r--r-- 944 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: jgraph
Section: math
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7

Package: jgraph
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Jim Plank's program for producing PostScript graphs
 Jgraph takes a description of a graph or graphs and produces a
 PostScript file on the standard output.
 .
 Jgraph is ideal for plotting any mixture of scatter point graphs,
 line graphs, and/or bar graphs, and embedding the output into LaTeX,
 or any other text processing system which can read PostScript.
 .
 The graph description language is simple enough to get nice looking
 graphs with a minimum of effort, yet powerful enough to give the user
 the flexibility to tailor the appearance of the graph to his or her
 individual preferences.  This includes plotting multiple graphs and
 laying them out separately on the page (or pages).