├── Doxyfile ├── LICENSE ├── README.md ├── TODO ├── examples ├── animation.c ├── bentcoolwarm.palette ├── example.c ├── indicatorvalues.data ├── scatter.data └── sinepng.c ├── gnuplot_i.c ├── gnuplot_i.h ├── images └── favicon.ico └── tutorial.md /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/Doxyfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/TODO -------------------------------------------------------------------------------- /examples/animation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/animation.c -------------------------------------------------------------------------------- /examples/bentcoolwarm.palette: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/bentcoolwarm.palette -------------------------------------------------------------------------------- /examples/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/example.c -------------------------------------------------------------------------------- /examples/indicatorvalues.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/indicatorvalues.data -------------------------------------------------------------------------------- /examples/scatter.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/scatter.data -------------------------------------------------------------------------------- /examples/sinepng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/examples/sinepng.c -------------------------------------------------------------------------------- /gnuplot_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/gnuplot_i.c -------------------------------------------------------------------------------- /gnuplot_i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/gnuplot_i.h -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/images/favicon.ico -------------------------------------------------------------------------------- /tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/longradix/gnuplot_i/HEAD/tutorial.md --------------------------------------------------------------------------------