Discussion:
[pyqtgraph] Which is one better pyqtgraph or matplotlib for realtime applications?
ravi teja konda
2018-09-17 07:36:13 UTC
Permalink
Hello Everyone,

I have one question regarding the usage of libraries for a
real-time application which should have the accuracy of a millisecond and
minute detailed graph. which would be better matplotlib or pyqtgraph?

Thank you,
Ravi Teja.
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/8001e9ff-5cbe-498a-aaad-e556bea206b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Patrick
2018-09-18 02:47:46 UTC
Permalink
Pyqtgraph is better if you need fast, realtime plot updates in your
application. You can easily get refresh rates as fast as your monitor
refresh rate if that's what you need.
I still prefer to use matplotlib to export "publication quality" plots
though, since it's easy enough to recreate the plot in matplotlib when the
"save" button is pressed.
Post by ravi teja konda
Hello Everyone,
I have one question regarding the usage of libraries for a
real-time application which should have the accuracy of a millisecond and
minute detailed graph. which would be better matplotlib or pyqtgraph?
Thank you,
Ravi Teja.
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/11dc049b-8b42-4737-b509-bf250653d095%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Daniel Hrisca
2018-11-23 18:31:53 UTC
Permalink
for real-time pyqtgraph is a lot better
Post by ravi teja konda
Hello Everyone,
I have one question regarding the usage of libraries for a
real-time application which should have the accuracy of a millisecond and
minute detailed graph. which would be better matplotlib or pyqtgraph?
Thank you,
Ravi Teja.
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/36f5a04e-0d2f-4c3b-a552-28b08c095bc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...