-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Update mean cov GP notebook #301
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB OriolAbril commented on 2022-03-31T21:30:26Z The myst target (the text inside the |
There can be multiple categories like there are multiple tags: |
View / edit / reply to this conversation on ReviewNB aloctavodia commented on 2022-04-01T05:52:23Z Line #10. %matplotlib inline Do we need this? |
View / edit / reply to this conversation on ReviewNB aloctavodia commented on 2022-04-01T05:52:24Z Instead of FIGSIZE = (10, 4)
you can do
plt.rcParams["figure.figsize"] = (10,4)
and then all figures in the session will have the desired figsize, without needing to manually pass FIGSIZE |
907511c
to
bbb258e
Compare
bbb258e
to
732b948
Compare
Update mean and cov notebook
Just update image size so it doesn't require scrolling
Questions and answers
Helpful links