Skip to content

Commit

Permalink
Update - show_edge_widths show_edge_weights show_node_sizes params
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJI AMINE p2018984 committed Feb 17, 2024
1 parent 35e0f76 commit da1e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdlib/viz/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def plot_community_graph(
show_node_sizes: bool = True,
) -> object:
"""
Plot a algorithms-graph with node color coding for communities.
Plot a algorithms-graph with node color coding for communities, where nodes represent clusters obtained from a community detection algorithm.
:param graph: NetworkX/igraph graph
:param partition: NodeClustering object
Expand Down

0 comments on commit da1e877

Please sign in to comment.