This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]