How to Real time plotting using matplotlib

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chriskim
    New Member
    • Jul 2010
    • 5

    How to Real time plotting using matplotlib

    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.
  • Glenton
    Recognized Expert Contributor
    • Nov 2008
    • 391

    #2
    Hi

    You might find this helpful.

    Glenton

    Comment

    Working...