I am plotting a tree structure using the GraphItem class and a Viewbox in pyqtgraph 0.10. Currently I have the following image, where the dot objects
are connected by straight lines:
I need those lines to be actually curved using any Bezier function to look more like this (ignore orange boxes and line thickness):
The source code for pyqtgraph does not seem to give any hints about how those
connection lines can be modified, or whether it is even allowed.
Any help would be appreciated.