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

Updated InteractiveViewer Widget for Graph Exploration #101

Closed
zwelz3 opened this issue Mar 22, 2021 · 0 comments · Fixed by #103
Closed

Updated InteractiveViewer Widget for Graph Exploration #101

zwelz3 opened this issue Mar 22, 2021 · 0 comments · Fixed by #103
Assignees
Labels
rdf2nx Related to the rdf2nx converter vis:cytoscape issues for cytoscape/ipycytoscape

Comments

@zwelz3
Copy link
Member

zwelz3 commented Mar 22, 2021

For users trying to visualize RDF graphs, there are two major challenges:

  1. Reducing the graph to a subset of information that is small enough to inspect
  2. Interacting with the graph in order to identify and isolate relevant information

#98 is an attempt to provide users with a way to incrementally explore the RDF graph as a LPG. However, due to limitations of the graph visualization library ipycytoscape, that work is delayed.

This ticket scopes an interim capability to identify relevant information and allow users to inspect portions of a sub-graph.

The capabilities of this visualization:

  • coloring graph nodes by rdf:type
  • ability to toggle on/off nodes by rdf:type
  • scalable graph layouts (e.g., spacing factor)
  • Improved resilience of cytoscape-based widgets
@zwelz3 zwelz3 added vis:cytoscape issues for cytoscape/ipycytoscape rdf2nx Related to the rdf2nx converter labels Mar 22, 2021
@zwelz3 zwelz3 added this to the 🌞 Release 0.1.3 milestone Mar 22, 2021
@zwelz3 zwelz3 self-assigned this Mar 22, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 25, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 25, 2021
…graph interactions. Add basic node spacing capability to CytoscapeViewer.
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 26, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 29, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 29, 2021
…ove old GraphExplorer and InteractiveViewer/Visualization code, tests, and examples.
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
@zwelz3 zwelz3 changed the title Untitled Visualization Updated InteractiveViewer Widget for Graph Exploration Mar 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 30, 2021
@zwelz3 zwelz3 mentioned this issue Mar 31, 2021
5 tasks
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Mar 31, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 2, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 2, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 2, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 5, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 7, 2021
zwelz3 added a commit to zwelz3/ipyradiant that referenced this issue Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rdf2nx Related to the rdf2nx converter vis:cytoscape issues for cytoscape/ipycytoscape
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant