aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-05-18 23:28:46 +0000
committerzsloan2021-05-18 23:28:46 +0000
commit0149b5da461945350be2fe9b95d3c42cf4211f5b (patch)
tree461193553c0022fbf2464de72c18dca539bc373a /wqflask
parent4280d18cd0c36bd89c9c6e7b670ae0d7d31d3ca3 (diff)
downloadgenenetwork2-0149b5da461945350be2fe9b95d3c42cf4211f5b.tar.gz
Last commit failed to correctly change Y-axis position; this should fix that
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/marker_regression/display_mapping_results.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/marker_regression/display_mapping_results.py b/wqflask/wqflask/marker_regression/display_mapping_results.py
index 48f6f308..ec17d3b0 100644
--- a/wqflask/wqflask/marker_regression/display_mapping_results.py
+++ b/wqflask/wqflask/marker_regression/display_mapping_results.py
@@ -1771,8 +1771,8 @@ class DisplayMappingResults:
if (plotbxd == 1):
ind = [item.name for item in smd].index(
- samplelist[j])
- expr = smd[ind].value
+ samplelist[j]) - 1
+ expr = smd[ind+1].value
# Place where font is hardcoded
im_drawer.text(