Skip to content
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

[markov_chain_II] Update figure to avoid overlaps and fix a typo in greeksquare #459

Merged
merged 3 commits into from
Jun 17, 2024

Conversation

HumphreyYang
Copy link
Collaborator

@HumphreyYang HumphreyYang commented Jun 11, 2024

The two figures overlap after removing the figure size specification:

image

This PR adds a tight layout to resolve this issue.

This PR also resolves the issue related to the use of aligned in greeksquare lecture.

Copy link

netlify bot commented Jun 11, 2024

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit 4698359
🔍 Latest deploy log https://app.netlify.com/sites/taupe-gaufre-c4e660/deploys/6667cabf5d52cf00084fa18f
😎 Deploy Preview https://deploy-preview-459--taupe-gaufre-c4e660.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Jun 11, 2024

@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 02:04 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 04:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request June 11, 2024 04:04 Inactive
@HumphreyYang HumphreyYang changed the title [markov_chain_II] Update figure to avoid overlaps [markov_chain_II] Update figure to avoid overlaps and fix a typo in greeksquare Jun 11, 2024
@HumphreyYang HumphreyYang requested a review from mmcky June 11, 2024 04:09
@@ -330,6 +328,8 @@ for i in range(n):
axes[i].plot(p_hat, label=f'$x_0 = \, {x0} $')

axes[i].legend()

plt.tight_layout()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @HumphreyYang

@mmcky mmcky merged commit 58b525c into main Jun 17, 2024
7 checks passed
@mmcky mmcky deleted the mc2-figsize branch June 17, 2024 05:25
@mmcky mmcky mentioned this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants