Maxime Lucas

Results 77 comments of Maxime Lucas

This worked like a charm @platipodium! Thanks so much everyone. I was looking for a solution from other repos just like this one, but couldn't find one. Maybe this solution...

Yepp. We can open other issues for further improvements.

Just a thought: conceptually, could this function just be the same as the `draw_dihypergraph` with the edge markers, except that the links are drawn without arrows and the layout would...

I thought that could be a possibility. Worth thinking about. The current dihypergraph one only make sense as a bipartite if the edge markers are drawn though, I'd say. Maybe...

Thanks! Those are quick small comments for the last changes, I'll have a better look at the entire code soon.

Some more minor comments.. we're almost there, it's a lot of code 😄 I'll check the rest of the code later today.

I think I checked all of it 😛 I would just add an example somewhere of an undirected one, and raise an issue to create a new function with the...

Looks good, thanks so much for the work!

What is the way right now to add attributes to nodes? `add_edges_from` is definitely long and convoluted but I'm not sure `add_nodes_from` is (how many formats do we allow there?)?