Plotting with horizontal scroll bar

Audio software developers forum.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
Kavita
Posts: 4
Joined: Thu Oct 24, 2013 3:54 pm
Operating System: Please select

Plotting with horizontal scroll bar

Post by Kavita » Mon Nov 04, 2013 6:54 pm

Hi,

I am working on project that has oscilloscope like real time project that store past data. Is someone already worked on such project could suggest me weather using wxWidget(wxMathPlot) or Qt(Qwt) is good option for such project? or any other sugession for fast plotting and horizontal scrollbar together?

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Plotting with horizontal scroll bar

Post by steve » Thu Nov 07, 2013 1:01 pm

From a Google search it looks like Qwt includes an oscilloscope in the official examples.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Kavita
Posts: 4
Joined: Thu Oct 24, 2013 3:54 pm
Operating System: Please select

Re: Plotting with horizontal scroll bar

Post by Kavita » Thu Nov 07, 2013 3:39 pm

Thanks for reply.
Yes, Qwt has oscilloscope type plot in example but it dont have horizontal scroll bar facility. So my main concern is Scrolling past data on plot. Do you have any idea about plotting library that give storing code on top of regular ploting library? OR with regular library how can I store and retrive data fast? For example, in Audacity there is graph generation when user starts recording and when they stop or pause it allows user to scroll back and see the plot.

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Plotting with horizontal scroll bar

Post by steve » Thu Nov 07, 2013 3:51 pm

Sorry, I've not used either Qwt or wxMathPlot and my programming skills are rudimentary. You may do better asking on the Qwt and/or wxMathPlot forums.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply