-
-
Notifications
You must be signed in to change notification settings - Fork 25
[heavy_tails] Update references and titles of figures #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
lectures/heavy_tails.md
Outdated
@@ -467,6 +467,8 @@ fig, ax = plt.subplots() | |||
alpha = 1.0 | |||
ax.plot(x, np.exp(- alpha * x), label='exponential', alpha=0.8) | |||
ax.plot(x, x**(- alpha), label='Pareto', alpha=0.8) | |||
ax.set_xlabel('X value', fontsize=12) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SylviaZhaooo is the fontsize essential here?
thanks @SylviaZhaooo this is looking good. Just had one question if the |
I delete this as well as the |
thanks @SylviaZhaooo @jstac this is ready to merge. |
Thanks @SylviaZhaooo and @mmcky , much appreciated. |
Update the references and add titles of figures #431