Slice viz overhaul
Compare changes
+ 4
− 4
@@ -31,7 +31,7 @@ vol = qim3d.io.load("path/to/file.tif", virtual_stack=True)
@@ -39,13 +39,13 @@ import qim3d
Did multiple enhancements of the the slice_viz function. Short overview:
if axis not True:
ax.axis('off')to determining which dimension that will be sliced through. This means that
ax.axis('off')` will always be called