Hi, is there a way to visualize directed graphs in...
# datascience
p
Hi, is there a way to visualize directed graphs in Lets-Plot? I don't see it in the examples here: https://lets-plot.org/pages/charts.html
the closest thing I found is https://datalore.jetbrains.com/view/notebook/DyD2CLrAbpfO3FMtg6QuhT and drawing points and segments manually, but I'm looking for defining my nodes and edges and letting the library lay it out in a nice way
i
I'm not sure about lets-plot, but kernel itself has such API. Basically, it was introduced to visualize hierarchies, but can be used for simple graphs as well
message has been deleted
🙏 1
Plotly also has Scatter model, but I don't know if it's easy to render the graphs like this, maybe @altavir has something to say
a
Scatter plots are there, but I do not think it supports arrows and graphs. https://github.com/breandan/kaliningraph supports advanced graphs on top of graphviz
🙏 2
p
thanks folks, some solid stuff to try out!