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

Create View for the Network file #13

Open
thepritam opened this issue Jun 26, 2021 · 6 comments
Open

Create View for the Network file #13

thepritam opened this issue Jun 26, 2021 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@thepritam
Copy link
Collaborator

@cannin @ozgunbabur there is a link associated with each node in the sif file. what will be its function in the visualization?

@thepritam thepritam added the enhancement New feature or request label Jun 26, 2021
@thepritam thepritam self-assigned this Jun 26, 2021
@thepritam
Copy link
Collaborator Author

Also, I have started working on it to create the visualization, I am able to create a sample grid view for the network. I will try to do apply a different style to each node.

@thepritam
Copy link
Collaborator Author

@cannin @ozgunbabur I have successfully visualized the network file and able to apply the style to it. The style file which I have used is a static file that has to be dynamic for our case.
I am attaching a sample view of the network. I have some queries regarding the layout algorithm. I have used a layout grid network for our case.
Visualization

Thanks,
@thepritam

@cannin
Copy link
Owner

cannin commented Jun 30, 2021

@thepritam visualize the style information on the nodes. Here I try to explain the columns and give examples of all the possibilities in the .format file.

https://gist.github.com/cannin/8f9e3e8792ac211a559dfa352c8719b0

@cannin
Copy link
Owner

cannin commented Jun 30, 2021

@thepritam Use the edge colors represented in the "Relations" section

Screen Shot 2021-06-30 at 9 27 07 AM

@cannin
Copy link
Owner

cannin commented Jun 30, 2021

Use these colors for red and green edges (lines between nodes) for now

Green: HEX: 2ca22c RGB: 44 162 44
Red: HEX: e31a1c RGB: 227 26 28

Repository owner deleted a comment from thepritam Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants