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
Commits
a4a31fe3
Commit
a4a31fe3
authored
6 months ago
by
s214735
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
6d69358d
No related branches found
No related tags found
1 merge request
!144
Docstrings
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
qim3d/utils/_doi.py
+1
-1
1 addition, 1 deletion
qim3d/utils/_doi.py
qim3d/viz/_cc.py
+1
-1
1 addition, 1 deletion
qim3d/viz/_cc.py
with
2 additions
and
2 deletions
qim3d/utils/_doi.py
+
1
−
1
View file @
a4a31fe3
...
...
@@ -56,7 +56,7 @@ def get_bibtex(doi):
return
_log_and_get_text
(
doi
,
header
)
def
custom_header
(
doi
,
header
)
:
def
custom_header
(
doi
:
str
,
header
:
str
)
->
str
:
"""
Allows a custom header to be passed
Example:
...
...
This diff is collapsed.
Click to expand it.
qim3d/viz/_cc.py
+
1
−
1
View file @
a4a31fe3
...
...
@@ -23,7 +23,7 @@ def plot_cc(
connected_components (CC): The connected components object.
component_indexs (list | tuple, optional): The components to plot. If None the first max_cc_to_plot=32 components will be plotted. Defaults to None.
max_cc_to_plot (int, optional): The maximum number of connected components to plot. Defaults to 32.
overlay (optional): Overlay image. Defaults to None.
overlay (
np.ndarray,
optional): Overlay image. Defaults to None.
crop (bool, optional): Whether to crop the image to the cc. Defaults to False.
display_figure (bool, optional): Whether to show the figure. Defaults to True.
color_map (str, optional): Specifies the color map for the image. Defaults to
"
viridis
"
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment