Realtime / live plotting help #164
-
I wasnt sure if I should start an issue or a disussion for this kind of thing. Issues:
Tried: finplot 1.6 This is the minimal example code and can be run as is to see the issues:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
@Camelket I appreciate your work, but unfortunately the part about updating the chart in a separate process seems to be the problem. I do not know the inner workings of PyQt, but I think it is meant to be used via the event loop in a polled matter. That is why all examples contain timer callbacks that happen after |
Beta Was this translation helpful? Give feedback.
@Camelket I appreciate your work, but unfortunately the part about updating the chart in a separate process seems to be the problem. I do not know the inner workings of PyQt, but I think it is meant to be used via the event loop in a polled matter. That is why all examples contain timer callbacks that happen after
finplot.show()
is called. Good luck!