Skip to content

Commit

Permalink
fix_indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlff committed Nov 17, 2023
1 parent a7cf71d commit 085d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/heavy_tails.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,11 @@ for data, label, ax in zip(data_list, labels, axes):
ax.loglog(x_grid, [eccdf(x, data) for x in x_grid],
'o', markersize=3.0, alpha=0.5, label=label)
ax.set_xlabel("log value")
ax.set_ylabel("log prob")
ax.legend()
ax.set_xlabel("log value")
fig.subplots_adjust(hspace=0.4)
Expand Down

0 comments on commit 085d94c

Please sign in to comment.