-
Notifications
You must be signed in to change notification settings - Fork 10
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
animate_list() method to animate multiple plots at once. #73
Conversation
Allows logscale to be passed per-variable.
Returned object is a single animatplot 'animation' with multiple blocks, not a list of things.
Hello @johnomotani! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-12-10 23:32:43 UTC |
6fb5c18
to
308c568
Compare
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
- Coverage 45.15% 44.49% -0.67%
==========================================
Files 8 8
Lines 795 971 +176
Branches 152 200 +48
==========================================
+ Hits 359 432 +73
- Misses 380 481 +101
- Partials 56 58 +2
Continue to review full report at Codecov.
|
animate_list() method to animate multiple plots at once.
Split out from #38. Should be merged after #72.
Replaces #38.