Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to write a code to plot a graph from two columns of value in C or C++ any help?
Posted

I did a simple Google [^]on it and got these:
Basic 2D Graph Plotting[^]
How to plot a graph[^]

Check for more links if needed.
 
Share this answer
 
You can also have a look at an article I wrote about a chart control, see here[^]
 
Share this answer
 
For basic line graphs, you can use the GDI functions MoveTo and LineTo.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900