boutproject / xBOUT

Collects BOUT++ data from parallelized simulations into xarray.
https://xbout.readthedocs.io/en/latest/
Apache License 2.0
22 stars 10 forks source link

Multi-variable line plots in animate_list() #141

Closed johnomotani closed 4 years ago

johnomotani commented 4 years ago

If a list of 1d variables is passed as one of the elements of the variable-list argument to animate_list(), makes an over-laid line plot.

pep8speaks commented 4 years ago

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! :beers:

Comment last updated at 2020-09-11 17:20:43 UTC
codecov-commenter commented 4 years ago

Codecov Report

Merging #141 into master will decrease coverage by 0.03%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   77.86%   77.82%   -0.04%     
==========================================
  Files          14       14              
  Lines        2159     2178      +19     
  Branches      488      496       +8     
==========================================
+ Hits         1681     1695      +14     
- Misses        306      308       +2     
- Partials      172      175       +3     
Impacted Files Coverage Δ
xbout/boutdataset.py 76.26% <80.00%> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df36fb0...7d49c03. Read the comment docs.