Skip to content

Commit

Permalink
vmin and vmax weren't being passed along (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Dec 3, 2024
1 parent e5ff889 commit eeb136e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hippunfold_plot/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def plot_hipp_surf(
"avg_method": avg_method,
"cmap": cmap,
"view": view,
"vmin": vmin,
"vmax": vmax,
}

# add any user arguments
Expand Down

0 comments on commit eeb136e

Please sign in to comment.