diff options
author | Zachary Sloan | 2014-02-25 21:09:14 +0000 |
---|---|---|
committer | Zachary Sloan | 2014-02-25 21:09:14 +0000 |
commit | d8a6e48b4896d8ce74d9c082c21101a5a288cb80 (patch) | |
tree | 951ae0305242585fca79ee0fc5e4f4f3c830cc3e | |
parent | 6147c1f64ccb822512dce6fadb56d0d71eab7572 (diff) | |
download | genenetwork2-d8a6e48b4896d8ce74d9c082c21101a5a288cb80.tar.gz |
Just committing after messing with the marker regression plot
-rw-r--r-- | wqflask/wqflask/static/new/javascript/marker_regression.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/static/new/javascript/marker_regression.coffee b/wqflask/wqflask/static/new/javascript/marker_regression.coffee index 771703df..3f8fbe0d 100644 --- a/wqflask/wqflask/static/new/javascript/marker_regression.coffee +++ b/wqflask/wqflask/static/new/javascript/marker_regression.coffee @@ -255,7 +255,7 @@ class Manhattan_Plot ) #.attr("dy", "-1.0em") - + add_y_axis: () -> @yAxis = d3.svg.axis() .scale(@y_scale) |