From 968ad52a42d0f3684b4b0c836e901c5c603eee2d Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 30 Jul 2019 11:08:36 -0500 Subject: Fixed correlation matrix width, colors, and padding --- wqflask/wqflask/templates/correlation_matrix.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wqflask/wqflask/templates/correlation_matrix.html b/wqflask/wqflask/templates/correlation_matrix.html index bcdc499f..ed077471 100644 --- a/wqflask/wqflask/templates/correlation_matrix.html +++ b/wqflask/wqflask/templates/correlation_matrix.html @@ -13,24 +13,24 @@ {% if lowest_overlap < 8 %}
Caution: This matrix of correlations contains some cells with small sample sizes of fewer than 8.
{% endif %} - +
- - + + - + {% for trait in traits %} - {% endfor %} {% for trait in traits %} - {% for result in corr_results[loop.index-1] %} {% if result[0].name == trait.name %} - + {% else %} - + {% endif %} {% endfor %} -- cgit v1.2.3
Spearman Rank Correlation (rho)Spearman Rank Correlation (rho)
P e a r s o n     rP e a r s o n     r + Trait{{ loop.index }}
+ Trait {{ loop.index }}: {{ trait.dataset.name }}::{{ trait.name }} n
{{ result[2] }}
n
{{ result[2] }}
{{ '%0.3f' % result[1] }}
{{ result[2] }}
{{ '%0.3f' % result[1] }}
{{ result[2] }}