Skip to content

Commit

Permalink
add param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 22, 2019
1 parent 55d2367 commit f3a170e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vispy/visuals/volume.py
Expand Up @@ -457,6 +457,8 @@ def set_data(self, vol, clim=None, copy=True):
The 3D volume.
clim : tuple | None
Colormap limits to use. None will use the min and max values.
copy : bool | True
Whether to copy the input volume prior to applying clim normalization.
"""
# Check volume
if not isinstance(vol, np.ndarray):
Expand Down

0 comments on commit f3a170e

Please sign in to comment.