Interactive matplotlib through Eclipse PyDev

前端 未结 4 1707
难免孤独
难免孤独 2020-12-17 02:15

This is a follow up to this interactive matplolib through eclipse thread which is about 2 years old, I was wondering if there has been any progress in the meantime.

4条回答
  •  爱一瞬间的悲伤
    2020-12-17 02:51

    You can solve this problem by selecting a GUI for the Interactive Console in PyDev Preference.

    Eclipse -> Window -> Preferences -> Pydev -> Interactive Console -> Enable GUI event loop integration.

    In my case, I chose PyQt (qt/qt4)

提交回复
热议问题