I am using C++ on VS 2010 64 bits for scientific simulation. I need an easily implementable library (or libraries) to draw graphs based on my simulation results. Mainly 2D curves, and some 3D graphs. It would be great if I can make some "Matlab"-type graphs.
I have tried several possible graphic libraries, some are incompatible with Visual Studio, some are compatible but without clear implementation instruction, which make me confused.
Could someone (with this type of experience) recommend me a good one, please?