From 27029cb0cb3ea060389268e55bd36e308fed9036 Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Wed, 13 Sep 2017 19:38:06 +0000 Subject: update Correlation Scatterplot format --- wqflask/wqflask/templates/corr_scatterplot.html | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/corr_scatterplot.html b/wqflask/wqflask/templates/corr_scatterplot.html index 227e1116..56616ab6 100644 --- a/wqflask/wqflask/templates/corr_scatterplot.html +++ b/wqflask/wqflask/templates/corr_scatterplot.html @@ -170,15 +170,23 @@ +

Pearson Correlation Scatterplot

+

- +
+ y = {{'%0.3f' % jsdata.slope}} * x + {{'%0.3f' % jsdata.intercept}} +
+ +
+ +
- + @@ -235,15 +243,23 @@
StatisticValue
StatisticValue
Number {{jsdata.num_overlap}}
+

Spearman Rank Correlation Scatterplot

+

- +
+ y = {{'%0.3f' % jsdata.srslope}} * x + {{'%0.3f' % jsdata.srintercept}} +
+ +
+ +
- + -- cgit v1.2.3
StatisticValue
StatisticValue
Number {{jsdata.num_overlap}}