blob: 4435df6ea79bbb719faa888f82e7d5e426b56134 (
plain)
1
2
3
4
5
|
The goal of the sciplot project is to enable C++ programs to conveniently plot
beautiful graphs as easy as in other high-level programming languages. sciplot
is a header-only library that needs a C++17-capable compiler, but has no
external dependencies for compiling. The only external runtime dependencies are
gnuplot-palettes for providing color palettes and a gnuplot executable.
|