What is the best real time plotting widget for wxPython?

后端 未结 5 1072
旧巷少年郎
旧巷少年郎 2020-11-30 04:35

I would like to show a real time graph with one or two curves an up to 50 samples per second using Python and wxPython. The widget should support both Win32 and Linux platf

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 05:02

    If you want really something fast with 50 frames per second, I think you need something like PyGame and kind of talk directly to the display, not a plotting module.

    Check the related threads:

    • What is the fastest way to draw an image from discrete pixel values in Python?
    • https://stackoverflow.com/search?q=python+pygame

提交回复
热议问题