Glossary

`nx.bipartite_layout(G, nodes=[set1])`

places bipartite graph nodes in two parallel lines, one for each set. Good for bipartite graphs where the two-sided structure is the point.

Learn More

Related Terms