Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Track Analyzer
track-analyzer
Commits
c2f8d44f
Commit
c2f8d44f
authored
Feb 17, 2022
by
amichaut
Browse files
minor bug fix in plot_total_traj
parent
9ef206e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
c2f8d44f
...
...
@@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project
=
'Track Analyzer'
copyright
=
'202
1
, Arthur Michaut'
copyright
=
'202
2
, Arthur Michaut'
author
=
'Arthur Michaut'
# The full version, including alpha/beta/rc tags
...
...
track_analyzer/plotting.py
View file @
c2f8d44f
...
...
@@ -1457,7 +1457,7 @@ def plot_total_traj(data_dir, df, dim=3, plot_dir=None, plot_fn=None, plot_confi
# color code
label
=
None
if
color_code
==
"random"
:
colors
=
color_list
[
i
%
len
(
color_list
)]
colors
=
color_list
[
track
%
len
(
color_list
)]
elif
color_code
==
"none"
:
colors
=
color_list
[
0
]
elif
color_code
==
"group"
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment