plotutils

C library for creating and exporting 2D vector graphics

brewmacoslinux
Try with needOr install directly
Source

About

C/C++ function library for exporting 2-D vector graphics

Commands

graphplotpic2plottek2plotplotfont

Examples

convert raw plot data to postscript vector graphics$ graph -T ps data.txt > output.ps
draw line graph from text coordinates$ echo -e '0 0\n1 1\n2 4' | graph -T png > graph.png
convert tek format graphics file to pdf$ tek2plot -T pdf input.tek > output.pdf
create svg vector graphic from plot data$ plot -T svg data.txt > graphic.svg
list available fonts for plotting$ plotfont -T png | display -