Skip to content

Commit

Permalink
pre-commit + fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulitapb committed Mar 7, 2023
1 parent 487a6c0 commit 9fdcd01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions content/algorithms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

+++

+++

# Algorithms

A closer look at some of the algorithms and network analysis techniques
Expand Down
4 changes: 2 additions & 2 deletions content/algorithms/karate_club/karate_club.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ fig.set_size_inches(10, 10)
plt.subplot(221)
nx.draw(K1_naive, with_labels=True, node_color="c", nodelist=solitary1)
nx.draw(K1_naive, with_labels=True, node_color="c", nodelist=K1_not_isolated)
plt.title("Group Administrator", fontweight="bold")
plt.subplot(222)
nx.draw(K2_naive, with_labels=True, nodelist=solitary2, node_color="m")
nx.draw(K2_naive, with_labels=True, nodelist=K2_not_isolated, node_color="m")
plt.title("Group Instructor", fontweight="bold")
plt.show()
Expand Down
2 changes: 2 additions & 0 deletions content/generators/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

+++

+++

# Graph Generators

A closer look at the functions provided by NetworkX to create interesting
Expand Down

0 comments on commit 9fdcd01

Please sign in to comment.