Does anyone know any (preferably FOSS) C++ libraries that can draw basic graphs?
I'm looking for something rather simplistic. Everything I could find through Googling involved complex, scientific-oriented 3D graphs. MathGL seemed like a good choice but I'm afraid it might be way too complex for our project.
Thanks in advance!
See also:
- http://stackoverflow.com/questions/215110/scatter-plots-in-c/215393
- http://stackoverflow.com/questions/296199/is-there-any-out-of-the-box-2d-3d-plotting-library-for-c
and possible:
- http://stackoverflow.com/questions/385677/multi-threaded-scientific-data-visualization-in-c
- http://stackoverflow.com/questions/481209/beautiful-charting-graphing-scientific-plotting
And at least a few other specific to other languages.