-
Notifications
You must be signed in to change notification settings - Fork 756
Rethink2 Chap 16 - Section 16.1 #118
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
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 aloctavodia commented on 2020-11-12T11:21:11Z move import to the first cell |
View / edit / reply to this conversation on ReviewNB aloctavodia commented on 2020-11-12T11:21:11Z you can use np.pi |
View / edit / reply to this conversation on ReviewNB aloctavodia commented on 2020-11-12T11:21:12Z What about using https://arviz-devs.github.io/arviz/api/generated/arviz.plot_pair.html
|
View / edit / reply to this conversation on ReviewNB aloctavodia commented on 2020-11-12T11:25:05Z also you need to run black. You can run |
16b8b67
to
13fc8b8
Compare
Thanks for the review @aloctavodia ! All done (except was already using |
Great! sorry for not being clear I mean to use |
Thanks @aloctavodia ! Implemented the Arviz native and retained the 'book' one too. Just added the correlation as text to the main subplot. |
Did this as an exercise for myself as I am learning. Noticed nobody had submitted Chap 16 yet, so this is the first part (Section 16.1). Hopefully followed style guide ok, but please do make suggestions as necessary.