diff options
author | zsloan | 2016-04-07 17:58:49 +0000 |
---|---|---|
committer | zsloan | 2016-04-07 17:58:49 +0000 |
commit | 8d7f923631cc3578aa9fb8116b31dbfd773e3b59 (patch) | |
tree | 8e198ea4bd3ebbb239e3dac74b34df4aca564a03 /wqflask/utility/Plot.py | |
parent | 9555318df5f31de2739b4ca2d5892927cc1ef74f (diff) | |
download | genenetwork2-8d7f923631cc3578aa9fb8116b31dbfd773e3b59.tar.gz |
SNP Track option should now work for GN1 mapping figure
Fixed typo in show_trait html that caused the p-value slider to not work for correlations
Diffstat (limited to 'wqflask/utility/Plot.py')
-rw-r--r-- | wqflask/utility/Plot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/utility/Plot.py b/wqflask/utility/Plot.py index ad11a81e..444c71c9 100644 --- a/wqflask/utility/Plot.py +++ b/wqflask/utility/Plot.py @@ -497,6 +497,7 @@ def plotBar(canvas, data, barColor=pid.blue, axesColor=pid.black, labelColor=pid xLow, xTop, stepX = detScale(min_D, max_D) #reduce data + #ZS: Used to determine number of bins for permutation output step = ceil((xTop-xLow)/50.0) j = xLow dataXY = [] |