aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2017-06-14 21:47:48 +0000
committerzsloan2017-06-14 21:47:48 +0000
commit6a05c82c35fa44339c958f4f1857aaed97a0279b (patch)
tree781e06f217c7f9dee54d639cc2e4b09267c4b906
parentee6e8504e0c6e24d75f9ea939b1e48762dcfc977 (diff)
downloadgenenetwork2-6a05c82c35fa44339c958f4f1857aaed97a0279b.tar.gz
Removed scatterplot matrix option since it isn't working correctly right now
Removed Download as PNG option for Probability Plot since it also isn't working yet
-rw-r--r--wqflask/wqflask/templates/show_trait_statistics.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/show_trait_statistics.html b/wqflask/wqflask/templates/show_trait_statistics.html
index ac44b656..1fc470ff 100644
--- a/wqflask/wqflask/templates/show_trait_statistics.html
+++ b/wqflask/wqflask/templates/show_trait_statistics.html
@@ -13,12 +13,13 @@
<li>
<a href="#probability_plot" data-toggle="tab">Probability Plot</a>
</li>
+ <!--
{% if g.user_session.user_ob %}
<li>
<a href="#scatterplot_matrix" data-toggle="tab">Scatterplot Matrix</a>
</li>
{% endif %}
- <!--<li>
+ <li>
<a href="#box_plot_tab" data-toggle="tab">Box Plot</a>
</li>-->
</ul>
@@ -100,7 +101,7 @@
<option value="{{ group }}">{{ pretty_group }}</option>
{% endfor %}
</select>
- <button type="button" class="btn btn-default" id="down_prob_plot">Export as PNG</button>
+ <!--<button type="button" class="btn btn-default" id="down_prob_plot">Export as PNG</button>-->
<br>
<br>
{% endif %}
@@ -130,7 +131,7 @@
<div id="box_plot_container">
<div id="box_plot"></div>
</div>
- </div>-->
+ </div>
{% if g.user_session.user_ob %}
<div class="tab-pane" id="scatterplot_matrix">
@@ -146,7 +147,7 @@
<div id="comparison_scatterplot" class="qtlcharts"></div>
</div>
</div>
- {% endif %}
+ {% endif %}-->
</div>
</div>
<!--</div>-->