-
Notifications
You must be signed in to change notification settings - Fork 11
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
Label on edges #7
Comments
Hi @gijsdh, thanks for your question. This library is basically a wrapper for graphviz-java. The default visualization for a graph is done here: galoisenne/src/jvmMain/kotlin/ai/hypergraph/kaliningraph/visualization/Utils.kt Lines 111 to 125 in ba7886a
It is called by
Alternatively, you can also output it as a You can add a vertex and edge labels to a custom graph by converting it to a graphviz
The visualization API is a bit clunky, but should do the job. Let me know if you have trouble getting it to work. |
Wow thanks for the detailed answer :) |
How would I show a graph in kotlin notebooks with labels on verteces but also on edges?
The text was updated successfully, but these errors were encountered: