Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qim3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QIM
Tools
qim3d
Merge requests
!56
Simple 3d slicer
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Simple 3d slicer
simple_3D_slicer
into
main
Overview
0
Commits
17
Pipelines
0
Changes
3
Merged
Simple 3d slicer
s184058
requested to merge
simple_3D_slicer
into
main
Feb 28, 2024
Overview
0
Commits
17
Pipelines
0
Changes
3
Implemented slicer function for viewing slices in a single arbitrary dimension with slider
Implemented orthogonal function for viewing slices in all three dimensions with slider
0
0
Merge request reports
Viewing commit
6916cf2d
Prev
Next
Show latest version
3 files
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
6916cf2d
Align to the left and ipywidgets reqs
· 6916cf2d
Felipe Delestro Matos
authored
Mar 6, 2024
qim3d/viz/img.py
+
1
−
1
View file @ 6916cf2d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -437,7 +437,7 @@ def slicer(
continuous_update
=
True
,
)
slicer_obj
=
widgets
.
interactive
(
_slicer
,
position
=
position_slider
)
slicer_obj
.
layout
=
widgets
.
Layout
(
align_items
=
"
center
"
)
slicer_obj
.
layout
=
widgets
.
Layout
(
align_items
=
"
flex-start
"
)
return
slicer_obj
Loading