Skip to content

Commit

Permalink
Update community_detection.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo authored Nov 3, 2023
1 parent 4ea82d5 commit 438cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
" adj,\n",
" x=\"x\",\n",
" y=\"y\",\n",
" node_data=node_df.reset_index(),\n",
" node_data=node_data.reset_index(),\n",
" node_alpha=0.9,\n",
" edge_alpha=0.7,\n",
" edge_linewidth=0.4,\n",
Expand Down

0 comments on commit 438cb37

Please sign in to comment.