Skip to content

Commit

Permalink
fixing figures
Browse files Browse the repository at this point in the history
  • Loading branch information
benyamindsmith committed Nov 24, 2024
1 parent e61e785 commit 70f9ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/joss_paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The code for reproducing figures 2 and 3 are:

plot(sp_karate, karate, main = "(c)", layout = layout_plot)
```
<![The Zachary karate club network with the true split between members defined by node colors. John A. and Mr. Hi are denoted by 'J' and 'H' with other members being listed as numbers](./images/karate_network.png){width=70%}
![The Zachary karate club network with the true split between members defined by node colors. John A. and Mr. Hi are denoted by 'J' and 'H' with other members being listed as numbers](./images/karate_network.png){width=70%}

![Unsupervised Community Detection by (a) Girvan-Newman, (b) Louvain and (c) Smith-Pittman for the karate network.](./images/algorithm_comparison_karate.png)

Expand Down

0 comments on commit 70f9ebc

Please sign in to comment.