Skip to content

Commit

Permalink
sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-you committed Apr 30, 2024
1 parent 60171f0 commit 7811a1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Figures/Fig1/fig1.pdf
Binary file not shown.
Binary file modified Figures/Fig3/fig3.pdf
Binary file not shown.
Binary file modified Figures/Fig3/fig3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions plot_fig3.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

x = tmax

plt.figure(figsize=(5.5, 4))
plt.figure(figsize=(4, 3.5))

core_values = np.unique(coreness)

Expand All @@ -69,7 +69,7 @@
markersize=ms,
color=clist[idx],
alpha=alpha,
label=f"{int(k)}-core nodes",
label=f"{int(k)}-core",
)
plt.fill_between(x, hdpi_a, hdpi_b, color=clist[idx], alpha=0.1)

Expand Down

0 comments on commit 7811a1b

Please sign in to comment.