Slice viz overhaul
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
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 calledTo run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.