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
1
Merged
Simple 3d slicer
s184058
requested to merge
simple_3D_slicer
into
main
Feb 28, 2024
Overview
0
Commits
17
Pipelines
0
Changes
1
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
66abb3c7
Prev
Next
Show latest version
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
66abb3c7
hotfix
· 66abb3c7
Stefan Peter Engelmann Jensen
authored
Feb 21, 2024
qim3d/viz/img.py
+
0
−
4
View file @ 66abb3c7
Edit in single-file editor
Open in Web IDE
Show full file
"""
Provides a collection of visualization functions.
"""
<<<<<<<
HEAD
=======
>>>>>>>
origin
/
main
from
typing
import
List
,
Optional
,
Union
import
matplotlib.pyplot
as
plt
from
matplotlib.colors
import
LinearSegmentedColormap
Loading