简体   繁体   中英

Plot a dynamic graph using wxpython/python/matplot lib

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...:)

这似乎是Eli Bendersky在本页第二个演示中解决的示例。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM