Not sure if this is the right place to post this...please instruct if wrong

I'm plotting some audio data, which can get big, and alongside I have
subplots of barcharts that represent onsets, RMS etc...
Since I have many onsets plotting the whole thing at once results in such
dense barcharts that the 
graph is useless.

So currently I am plotting 5 seconds of audio with the respective barcharts
and use forward/backward buttons to skim through the data. Show next 5
seconds etc. The whole thing is embedded in PyQt.

It works but I just learned about the ScrollArea widget so I thought why not
plot the whole thing and just use scroll to move around the plot.

My main question is which is the common practice for doing this sort of
thing?
I know the data beforehand so I don't need dynamic updating. Seems scrolling
should be the easiest way to do this but I haven't found example and my code
doesn't work yet.

Thanks
Stelios
-- 
View this message in context: 
http://old.nabble.com/Scrolling-window-tp33477938p33477938.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to