Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
import numpy
  • Loading branch information
bjudkewitz authored Dec 19, 2020
1 parent a4ca1a4 commit dfc2c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndview/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import ipywidgets as widgets
from ipywidgets import Layout
from IPython.display import display
import numpy as np

def ndv(data, YX = [-2,-1], voxel_shape=None, slider_values=None, clim=None, figsize=None, **kwargs):
'''
Expand Down Expand Up @@ -76,4 +77,4 @@ def clim_sliderCallback(event):

rbCallback()
plt.tight_layout()


0 comments on commit dfc2c9a

Please sign in to comment.