Closed steevelaquitaine closed 3 years ago
Thanks for submitting your first issue!
Hi,
unfortunately, you are right: at the moment EdgeClustering objects are not natively supported by visualization methods.
I'll work on it: in the meantime, my suggestion is to move from EdgeClustering to NodeClustering by reshaping the communities. It is not an ideal solution but it should work just fine.
Giulio
@GiulioRossetti : Thanks a lot for your quick reply. Will do.
Hi,
Can
cdlib.classes.edge_clustering.EdgeClustering
objects be plotted yet? I could not find the answer in the user documentation.Plotting a graph from a
cdlib.classes.node_clustering.NodeClustering
object is easy:But the same does not seem to work with an
..EdgeClustering
object:Thanks a lot for any help you can provide. s.