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

Investigate small-scale widgets for initial exploration of RDF graphs #94

Open
3 tasks
zwelz3 opened this issue Feb 5, 2021 · 0 comments
Open
3 tasks
Assignees
Labels
enhancement New feature or request vis:cytoscape issues for cytoscape/ipycytoscape

Comments

@zwelz3
Copy link
Member

zwelz3 commented Feb 5, 2021

During development on #91, issues related to visualization of large RDF graphs (and networkx graphs) became apparent. Cytoscape and Datashader struggle to render extremely large graphs, which makes it difficult to interact with them (especially when load times are >30s).

It is becoming apparent that (in python+jupyerlab) we need a way to iteratively explore graphs, starting with smaller numbers of nodes, and providing intelligent ways to traverse the graph. The GraphExplorer work (#75) was a good first step.

This ticket will investigate:

  • proper way to render potential paths from a source node
  • potentially valuable ways to filter the initial population of nodes
  • changing node/edge classes on selection (for emphasis)

Blocked by #91 (and zwelz3/widget-updates)

@zwelz3 zwelz3 added enhancement New feature or request vis:cytoscape issues for cytoscape/ipycytoscape labels Feb 5, 2021
@zwelz3 zwelz3 added this to the 🌞 Release 0.1.3 milestone Feb 5, 2021
@zwelz3 zwelz3 self-assigned this Feb 5, 2021
@zwelz3 zwelz3 removed this from the 🌞 Release 0.1.3 milestone Apr 7, 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 vis:cytoscape issues for cytoscape/ipycytoscape
Projects
None yet
Development

No branches or pull requests

1 participant