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

Hiveplots #28

Open
nrbgt opened this issue Aug 11, 2020 · 0 comments
Open

Hiveplots #28

nrbgt opened this issue Aug 11, 2020 · 0 comments

Comments

@nrbgt
Copy link
Collaborator

nrbgt commented Aug 11, 2020

It would be interesting to experiment with hiveplots. These have the advantage over (even deterministic) hairball diagrams in that they have a stable shape, and can be compared visually.

gratuitous poster

use case

as a new user of an ontology, i'd like to understand the class hierarchy and use of predicates

For example, with the schema.org examples, one might want a:

  • a0: an axis of types
  • a1: an axis of subtypes
  • a2: an axis of predicates

with:

  • a1 -> a0 for subclassOf
  • a1 -> a2 for range of predicate
  • a2 -> a0 for domain of domain

implementation ideas

There is hive_networkx, and presumably one could reuse everything except the matplotlib and drive it off datashader (maybe a pain to get the axis lines in 🤷 ).

This would extend the existing stuff, and provide a query/graph/etc to determine the axes to which each thing belongs.

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

1 participant