Click here to Skip to main content
15,889,860 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have data is already in text file, I want a way to show the scattered points in c++ output screen. If I download the Gnuplot does it work with c++ or just another App to plot points like Plotly. I found that matplotlib-cpp, C++ plotting library but do I need to download python?

What I have tried:

Gnuplot didnt download correctly
Posted
Updated 14-May-17 8:58am
v4
Comments
Richard MacCutchan 14-May-17 13:10pm    
I think you need to check the documentation. And why do you need python in order to run a C++ program?

Drawing means to output some pixel colors with coordinates on the monitor. One way is to draw yourself or use some library or classes.

The basics are explained in the article GDI Drawing and Printing and some advanced class High-speed Charting Control.

You can also draw with python, but I only know the turtle library. But I think it is much slower than C++.
 
Share this answer
 
I don't want to draw. I have points I want see how these point scatter in the x-y plane.
It the points won't have a specific shape.Points may represent line or cluster.
 
Share this answer
 
Comments
[no name] 14-May-17 15:03pm    
If you do not draw the points, how do you expect to see them on the screen?

This is not a solution.

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