-
Notifications
You must be signed in to change notification settings - Fork 21
Plotting Library #467
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
Plotting Library #467
Conversation
New library collecting all plotting functions for the tutorial notebooks
This PR can be reviewed (and merged), but not all tutorial notebooks have been adapted. They are still correct and running, they do not make use of the new plotting routines. |
This also solves #444 |
…ons-for-notebooks
Some veneer function calls directed to the new plotting library. Some text also updated.
Also: Comments in the tutorial updated, likelihood check values in examples updated, and number if sampling steps/iterations reduced in the tutorial to make it faster.
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.
This should be now good. I fixed a few things (see the commit messages above), but now the tutorials updated in this branch are working for me (and the example synthetic data matches to those created in the tutorial).
New library collecting all plotting functions for the tutorial notebooks