diff options
author | zsloan | 2022-12-01 20:33:11 +0000 |
---|---|---|
committer | zsloan | 2022-12-01 20:33:11 +0000 |
commit | 49bbd065ccaf1fa968c2a5709652465608d184ef (patch) | |
tree | ce0caddf26b57146528b1ef1475f17c55b1134e8 | |
parent | 69f9e2ebf31e7bf01162f8d9e9510d739b64e75c (diff) | |
download | genenetwork2-49bbd065ccaf1fa968c2a5709652465608d184ef.tar.gz |
Add line-break below probability plot
-rw-r--r-- | wqflask/wqflask/templates/show_trait_statistics.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait_statistics.html b/wqflask/wqflask/templates/show_trait_statistics.html index 4e7dd17f..6defbb8e 100644 --- a/wqflask/wqflask/templates/show_trait_statistics.html +++ b/wqflask/wqflask/templates/show_trait_statistics.html @@ -94,6 +94,7 @@ <div id="prob_plot_div"></div> </div> <div id="shapiro_wilk_text"></div> + <br> <div> More about <a href="http://en.wikipedia.org/wiki/Normal_probability_plot">Normal Probability Plots</a> and more about interpreting these plots from the <a href="http://genenetwork.org/glossary.html#normal_probability">glossary</a> |