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

understand difference between edge_trace and node_trace #85

Closed
trevorspreadbury opened this issue Apr 2, 2024 · 1 comment
Closed
Assignees

Comments

@trevorspreadbury
Copy link
Contributor

    # TODO: understand difference between edge_trace and node_trace

https://github.com/dsi-clinic/2024-winter-climate-cabinet-campaign-finance-tracker/blob/6289156899c02b94711ae953786dde51884520cf/src/utils/network.py#L165

@bhavyapan bhavyapan self-assigned this Apr 4, 2024
@bhavyapan
Copy link
Collaborator

Each node on the graph represents the entity name, while each edge represents the attribute amount and transactions. Node traces are used to plot node entities in the visualization. Each node's position is determined by its coordinates. Edge traces are used to draw lines or curves that represent connections. They are plotted from the coordinates of one node to another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants