Sign up ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free.

I have a program written in Python..For Gui i have used wxpython ,(boa-constructor IDE)... My program runs in a loop and it returns a value at end of each loop... I have to capture that value returned by that loop and plot a graph.. To make my explanation simple...consider X axis is fixed...1 to 1000 values Y axis - value returned by program... Each value returned must get plotted on graph then and there it self (dynamic) along with the program running...i don't want the graph to be displayed at end of my program...

It would be of great help if you provide the code itself.

Thank u...:)

share|improve this question

1 Answer 1

This appears to be exactly the example addressed by Eli Bendersky in the second demo on this page.

share|improve this answer
    
@gauden...yes...thank u :) –  Bharath Sharma Apr 29 '12 at 13:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.