Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
12dece88
Commit
12dece88
authored
Mar 13, 2021
by
Fabien MAREUIL
Browse files
inverse list for color legend gradiant
parent
612a138c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/templatetags/customtags.py
View file @
12dece88
...
...
@@ -281,4 +281,4 @@ def get_color(ratio):
@
register
.
filter
def
make_list
(
avg_std
):
step
=
1
/
25
return
np
.
flip
(
np
.
arange
(
0
,
1
+
step
,
step
)
)
return
np
.
arange
(
0
,
1
+
step
,
step
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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