Best plot and charting C++ packages for data visualization
While in Python Matplotlib seems the de facto standard for plotting and charting, no real incumbent is established when it comes to data visualization in C++.
I had to review several packages for data visualization in C++, and here are my (partial and incomplete) evaluations:
gnuplot with the necessary wrapper gnuplot-iostream . Gnuplot is a old (1986, 30-some years ago, but still updated) standalone software with a vibrant community actively developing it.
[Read More]