mirror of
https://github.com/raimundomartins/gnuplotcha.git
synced 2022-11-24 22:27:39 +00:00
C interface to use gnuplot. It's gnuplot_i alternative with binary data and without temp files. Can also compile videos with ffmpeg (through pipes)
- C 82%
- Python 16.1%
- Makefile 1.9%
|
|
||
|---|---|---|
| .gitignore | ||
| COPYING | ||
| gnuplotcha.c | ||
| gnuplotcha.h | ||
| Makefile | ||
| pygnuplot.py | ||
| README.md | ||
| snakeplot.c | ||
| test.c | ||
gnuplotcha
Gnulpotcha is a C interface (or C wrapper) to use gnuplot. It forks a gnuplot process and passes data directly to it, through pipes, and in binary mode.
It's main goal is to make calling gnuplot from C easier, fast,
and yet transparent and non-intrusive enough to be able to use it
only when needed/wanted.
It basically has the same purpose as gnuplot_i,
only with binary data, and without temp files.
It can also compile videos with ffmpeg (through pipes).
Work in progress, but usable enough as it is.