Change dynamically the contents of a matplotlib plot

后端 未结 3 1923
灰色年华
灰色年华 2020-12-28 11:13

I while ago, I was comparing the output of two functions using python and matplotlib. The result was as good as simple, since plotting with matplotlib is quite easy: I just

3条回答
  •  心在旅途
    2020-12-28 11:39

    I really like using traits. If you follow the tutorial Writing a graphical application for scientific programming , you should be able to do what you want. The tutorial shows how to interact with a matplotlib graph using graphical user interface.

提交回复
热议问题