Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wela
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Swain Lab
wela
Commits
7d945946
Commit
7d945946
authored
10 months ago
by
Peter Swain
Browse files
Options
Downloads
Patches
Plain Diff
feature(bud_to_bud_plot): added verbose
parent
8752c9ed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/wela/plotting.py
+5
-0
5 additions, 0 deletions
src/wela/plotting.py
with
5 additions
and
0 deletions
src/wela/plotting.py
+
5
−
0
View file @
7d945946
...
...
@@ -616,6 +616,7 @@ def bud_to_bud_plot(
title
=
None
,
filter_func
=
None
,
show_figure
=
True
,
verbose
=
False
,
):
"""
Plot the median and percentiles of a signal between consecutive buddings.
...
...
@@ -655,6 +656,8 @@ def bud_to_bud_plot(
If False, only plot is called and no figure created so multiple
data sets can be shown on the same plot by calling bud_to_bud_plot
multiple times.
verbose: boolean
If True, print messages.
Example
-------
...
...
@@ -683,6 +686,8 @@ def bud_to_bud_plot(
buddings
,
no_future_buddings_index
=
no_future_buddings
-
1
,
)
if
verbose
:
print
(
f
"
bud_to_bud_plot: number of cells is
{
len
(
local_signals
)
}
"
)
if
local_times
:
# find values for normalised time between 0 and no_future_buddings
if
no_t_values
is
None
:
...
...
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