Visual Studio Graph making

Hi,

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?

Thanks in advance.
Last edited on
Any help?
why not simply use matlab?
You mention you're tried several possible graphics libraries. Which ones are these? (MathGl, PlPlot, ROOT, QWT, QWTplot3D, GNUPlot++, ... ?)
Last edited on
Are you calculating each point on the curve yourself?
Topic archived. No new replies allowed.