Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Network Graph operator for visualizing graph structured data #3207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulschatt
Copy link
Collaborator

@paulschatt paulschatt commented Jan 11, 2025

Purpose

Add Network Graph operator to visualize graph structured data and network topologies. The operator gets a table as an input, where one column is specified as source and another as destination. Each entry in a column is a node and the source and destination entry in a row form an edge.

Changes

Added NetworkGraphOpDesc
Added Icon for operator

CSV file used for testing:
musae_git_edges.csv

Ohne.Titel.mov

### Purpose
Add Network Graph operator to visualize graph structured data and
network topologies. The operator gets a table as an input, where one
column is specified as source and another as destination. Each entry in
a column is a node and the source and destination entry in a row form an
edge.

### Changes
Added NetworkGraphOpDesc
Added Icon for operator



https://github.com/user-attachments/assets/9a41a7ab-27fa-4f38-98ec-958874ca08fe

---------

Co-authored-by: Texera <[email protected]>
Co-authored-by: Texera <[email protected]>
Co-authored-by: GspikeHalo <[email protected]>
@paulschatt paulschatt self-assigned this Jan 11, 2025
@GspikeHalo GspikeHalo changed the title Add network visualization for graph structured data (#3206) Add network visualization for graph structured data Jan 11, 2025
@GspikeHalo GspikeHalo removed the request for review from bobbai00 January 11, 2025 23:31
Copy link
Collaborator

@GspikeHalo GspikeHalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good. I’ve left a comment. Please include the CSV file used for testing in the description.

Copy link
Collaborator

@GspikeHalo GspikeHalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The center of the chart has a slanted line segment. Can it be removed? Also, please standardize the names of the legends.

@Yicong-Huang Yicong-Huang changed the title Add network visualization for graph structured data Add network visualization operator for graph structured data Jan 13, 2025
@Yicong-Huang Yicong-Huang changed the title Add network visualization operator for graph structured data Add Network Graph operator for visualizing graph structured data Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants