I see that there are several C++ libraries which can be used to plot data... However, I can't seem to find one that isn't out of date. I've managed to get all the data I need using Visual C++ 2010, but I can't plot it :0 lol...

*koolplot
*gnnuplot++
*ch plot

I have googled away, but I'm still stuck on the plotting part. There is always the option to send data to Excel or Matlab... but honestly I want to go for a relatively simple approach (if there is one). Most of what I want to plot relates to stock price data and volatility. Any suggestions on the best way to learn plotting in Visual C++?

Cheers