giza

Scientific plotting library for C/Fortran built on cairo

brewmacoslinux
Try with needOr install directly
Source

About

Scientific plotting library for C/Fortran built on cairo

Commands

giza

Examples

Create a simple line plot$ giza -device /xserve -file plot.ps
Generate postscript output from C program using giza$ gcc -o myplot myplot.c -lgiza -lcairo && ./myplot
Render plot to PNG format via cairo backend$ giza -device /png -file output.png