Hi~
I am trying to make a little program that generates a graph that constantly changes as I change the input variable by using spinbox.
Simply it's like an oscilloscope where time is my x-axis and y is my voltage. And I want to be able to see the change in voltage spike as time passes.
I used pywt first, but I want to use matplotlib to do the same job.
Please help me how I can start using matplotlib...
Thank you in advance.
|