Add new GraphicsItem: GLGraphItem#807
Add new GraphicsItem: GLGraphItem#807klosteraner wants to merge 1 commit intopyqtgraph:developfrom klosteraner:develop-addfeature-GLGraphItem
Conversation
|
This relates to proposed issue #806 |
GLGraphItem imitates its 2D counterpart GraphItem by extending the (GL)ScatterPlotItem with edges. The edges are specified by the user as well as their appearance (width, color).
|
Thank you for this pull request! Because of the simplicity of this interface, I'd like to see this in pyqtgraph although most of these features are already available in other ways (see the discussion on issue #806). Could you add an example file (as comprehensive as possible) for this similar to the other examples in pyqtgraph/examples? |
|
Hi @klosteraner I've been working through the PR backlog and came across this PR. I think this would be good to merge into the library, along with an example for the example app. It looks like you deleted your fork. If you would be interested in making changes and getting this merged, feel free to let me know and open up another PR. Otherwise I'll likely start working on some example. Thanks for the PR! |
Implement a GLGraphItem according to #807
|
Got superseeded by #1721 Thanks for the PR @klosteraner sorry we didn't get this functionality merged in for so long. |
GLGraphItem imitates its 2D counterpart GraphItem
by extending the (GL)ScatterPlotItem with edges.
The edges are specified by the user
as well as their appearance (width, color).