--
-- [ You are subscribed to pyqt...@googlegroups.com. To unsubscribe, send email to pyqtgraph+...@googlegroups.com ]
---
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.
For more options, visit https://groups.google.com/groups/opt_out.
So why does pyqtgraph choose to use path?I tried to use polygon instead of QPainterPath.It seems that polygon is faster than path on thick lines.
I hate to resurrect an old topic, but I was having some speed trouble and I finally tracked it down to this. I was using a width of 1.5, and changing it back to 1 made a huge difference. I assume that anything over 1 introduces additional calculations that slow the process down significantly for larger data sets (I'm looking at around 100,000 samples). In the time since this discussion have you had any other thoughts about how to improve performance?Downsampling does help a bit, but not quite enough.
--
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/b509736a-0de2-4b20-9e98-b3551cc39047%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Looks like it is not due to pyqtgraph. It is slow in C++ too. Seems it is a problem of Qt.