Skip to content

Commit

Permalink
Merge pull request #233 from boutproject/fix-animate_list-line-vmin-vmax
Browse files Browse the repository at this point in the history
Pass vmin, vmax through to animate_line() in BoutDataset.animate_list()
  • Loading branch information
johnomotani authored Jan 19, 2022
2 parents 8ca5f1a + 1f9bde4 commit 12c0088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xbout/boutdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,8 @@ def is_list(variable):
animate=False,
axis_coords=this_axis_coords,
aspect=this_aspect,
vmin=this_vmin,
vmax=this_vmax,
**this_kwargs,
)
)
Expand All @@ -1075,6 +1077,8 @@ def is_list(variable):
animate=False,
axis_coords=this_axis_coords,
aspect=this_aspect,
vmin=this_vmin,
vmax=this_vmax,
label=w.name,
**this_kwargs,
)
Expand Down

0 comments on commit 12c0088

Please sign in to comment.