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

[time_series_with_matrices] Address feedbacks #534

Merged
merged 3 commits into from
Aug 20, 2024
Merged

[time_series_with_matrices] Address feedbacks #534

merged 3 commits into from
Aug 20, 2024

Conversation

HumphreyYang
Copy link
Collaborator

This PR addresses most of comments in #461.

  • Add some comments (links) on the invertibility of the matrices.
  • Align matrices better by rounding the figures to 2-3 decimal places. By aligning the matrices, we can see the diagonals and super diagonals.
  • Follow PEPE standards, put each variable in a new line.
  • Write 28.0 and 24.0 in the image above instead of simply “28.” and “24.”
  • Suggestion: 35.5 cut either the upper left-hand corner of A^-1 or the lower right-hand corner of A^-1.
  • Globally set the numbers to 3 decimal places rather than doing it block by block.

Copy link

netlify bot commented Jul 23, 2024

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit 0c33b84
🔍 Latest deploy log https://app.netlify.com/sites/taupe-gaufre-c4e660/deploys/66a348982c7a450008a73034
😎 Deploy Preview https://deploy-preview-534--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 Jul 23, 2024

@github-actions github-actions bot temporarily deployed to pull request July 23, 2024 13:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 23, 2024 13:34 Inactive
@@ -49,7 +49,9 @@ We will use the following imports:
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import cm
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
plt.rcParams["figure.figsize"] = (11, 5) # Set default figure size
Copy link
Contributor

Choose a reason for hiding this comment

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

@HumphreyYang can we remove this?

Copy link
Collaborator Author

@HumphreyYang HumphreyYang Jul 24, 2024

Choose a reason for hiding this comment

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

Hi @mmcky,

I just experimented with deleting it, but it squeezed the time-series plot too much.

I think we might want to keep it.

Copy link
Contributor

Choose a reason for hiding this comment

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

roger that @HumphreyYang can we then please make the size specific to the figure in question (as a special case).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think most of the graphs below are time series as it is the theme of the lecture, but I will check if it can be done.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hi @mmcky,

I think the graphs below are all time-series plots that I think would be best presented in the current ratio. Perhaps this is why it is not removed in our previous iteration : )

Copy link
Contributor

Choose a reason for hiding this comment

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

@HumphreyYang roger that. I wonder if there is some way to indicate that in the comment so we don't keep having this conversation :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Perhaps we can # Set default figure size # above the line so we know this is final decision : )

Copy link
Contributor

@mmcky mmcky Jul 26, 2024

Choose a reason for hiding this comment

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

Thanks @HumphreyYang lets change the comment to # custom figsize required for this lecture

@mmcky
Copy link
Contributor

mmcky commented Jul 26, 2024

# custom figsize for this lecture

@github-actions github-actions bot temporarily deployed to pull request July 26, 2024 06:15 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 26, 2024 06:18 Inactive
@HumphreyYang
Copy link
Collaborator Author

HumphreyYang commented Jul 26, 2024

Many thanks @mmcky,

I think it is ready now.

@github-actions github-actions bot temporarily deployed to pull request July 26, 2024 07:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 26, 2024 07:05 Inactive
@mmcky
Copy link
Contributor

mmcky commented Aug 20, 2024

thanks @HumphreyYang

@mmcky mmcky merged commit cd80bfa into main Aug 20, 2024
7 checks passed
@mmcky mmcky deleted the time-mat-change branch August 20, 2024 00:10
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