How can I make a real time graph using wxWidgets in Windows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try some of the wxWidget specific controls linked to below. I have only ever worked with wxMathPlot which fitted my needs but is not necessarily fast – it depends on your time requirements for real time and amount of data you are trying to plot.
wxMathPlot
wxPlot & plplot
wxChart
wxFreeChart
gpPanel – seems to have forked from wxMathPlot
There are probably others too, and you could even write your own using any number of the 2D drawing controls that are available, or write your own custom control.