plotutils

C/C++ library for exporting 2-D vector graphics to various formats

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

graphpic2plotplotfontplot

Examples

Create a simple graph from data points and export to PNG$ echo '0 0 1 1 2 4 3 9' | graph -T png > output.png
Convert PIC file format to PostScript$ pic2plot -T ps input.pic > output.ps
Display available fonts for plotting$ plotfont -T X