You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from vedo import *
vol = Volume(dataurl+'embryo.tif')
vol.crop(back=0.50) # crop 50% from neg. y
# show lego blocks whose value is between vmin and vmax
lego = vol.legosurface(vmin=20, vmax=None, boundary=False)
lego.cmap('seismic', vmin=0, vmax=127).add_scalarbar()
show(lego, __doc__, axes=1, viewup='z').close()
When I study this case, I want to try to add a slider to control the Lego display range. Do you have any good suggestions?
Thank you for your help!!
The text was updated successfully, but these errors were encountered:
When I study this case, I want to try to add a slider to control the Lego display range. Do you have any good suggestions?
Thank you for your help!!
The text was updated successfully, but these errors were encountered: