boutproject / xBOUT

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

Pass vmin, vmax through to animate_line() in BoutDataset.animate_list() #233

Closed johnomotani closed 2 years ago

johnomotani commented 2 years ago

Otherwise vmin and vmax cannot be set for line plots.

codecov-commenter commented 2 years ago

Codecov Report

Merging #233 (1f9bde4) into master (8ca5f1a) will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   75.38%   75.45%   +0.07%     
==========================================
  Files          15       15              
  Lines        2779     2779              
  Branches      668      668              
==========================================
+ Hits         2095     2097       +2     
  Misses        442      442              
+ Partials      242      240       -2     
Impacted Files Coverage Δ
xbout/boutdataset.py 76.21% <ø> (ø)
xbout/plotting/animate.py 46.08% <0.00%> (+0.86%) :arrow_up:

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 8ca5f1a...1f9bde4. Read the comment docs.