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

Object Counts in Diagrams #25

Open
jhereth opened this issue Jul 24, 2024 · 0 comments
Open

Object Counts in Diagrams #25

jhereth opened this issue Jul 24, 2024 · 0 comments

Comments

@jhereth
Copy link

jhereth commented Jul 24, 2024

When working with larger contexts, the labels in the diagrams become hard to read. For first insights it would be sufficient to see the number of objects belonging to each concept (i.e. count of the full concept extent , or count of the irreducible objects in this concept).

This visualization was used in Toscana, Cernato and ConExp (if you're familiar with either of these tools), e.g. here
you can see a concept lattice in Cernato that has some object/extent labels closed (count only), and some open (list of objects).

How difficult would it be to add this? Do you think it's a valuable contribution?

Edit: For displaying the content count of irreducible objects the following works fine

....lattice.graphviz(make_object_label=lambda x: str(len(list(x))))

So maybe it's just about providing the full extent to the render function?

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