xgraph
Plotting program, reads stdin, allows interactive zooming
Install
- All systems
-
curl cmd.cat/xgraph.sh
- Debian
-
apt-get install xgraph
- Ubuntu
-
apt-get install xgraph
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xgraph
- Raspbian
-
apt-get install xgraph
- Dockerfile
- dockerfile.run/xgraph
xgraph
Plotting program, reads stdin, allows interactive zooming
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.