[ITA] xgraph - Plotting program, reads stdin, allows interactive zooming

Jari Aalto (Cygwin-bug#20070816T0651) jari.aalto@cante.net
Thu Aug 16 13:27:00 GMT 2007


Adopted from Harold.

Jari

sdesc: "Plotting program, reads stdin, allows interactive zooming"
ldesc: "Accepts data files or stdin in a form similar to the unix program
graph and displays line graphs, scatter plots, or bar charts on an X11
display. Fully annotated with title, axis numbering and labels, and
legend. Zooming with the mouse is supported. Can generate hardcopy
output to Postscript printers and HPGL plotters. Output can be
directly pasted into idraw (drawtool) for further annotation.
Particularly useful in shell scripts. Also see "ygraph" which is a
similar tool using an attractive albeit slower modern graphics
library, which is under active maintenance and development"
category: X11
requires: cygwin xorg-x11-base

a) manual

  wget        \
    http://cygwin.cante.net/xgraph/xgraph-12.1-2.tar.bz2 \
    http://cygwin.cante.net/xgraph/xgraph-12.1-2-src.tar.bz2 \
    http://cygwin.cante.net/xgraph/setup.hint

b) auomated: get.sh displays further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir xgraph ; cd xgraph
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/xgraph/get.sh \
          http://cygwin.cante.net/xgraph/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

usr/share/doc/xgraph-12.1/
usr/share/doc/xgraph-12.1/INSTALL
usr/share/doc/xgraph-12.1/README
usr/share/doc/xgraph-12.1/README.ANNOUNCE
usr/share/doc/xgraph-12.1/README.GENERAL
usr/share/doc/xgraph-12.1/README.HARDCOPY
usr/share/doc/xgraph-12.1/README.INSTALL
usr/share/doc/xgraph-12.1/README.NEWFEATURES
usr/share/doc/Cygwin/xgraph-12.1.README
usr/share/man/man1/xgraph.1x.gz
usr/bin/xgraph.exe



More information about the Cygwin-apps mailing list