Skip to content
Snippets Groups Projects

Slice viz overhaul

+ 0
4
@@ -360,10 +360,6 @@ def slices(
# Not a problem, because we simply do not have a slice to show
pass
except Exception as e:
# Handle other specific exceptions if needed
print(f"An error occurred: {e}")
# Hide the axis, so that we have a nice grid
ax.axis("off")
Loading