From 302ba15ab5b39da3e7868a3eb1539e24d1fdbf5c Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Mon, 3 Jul 2017 19:45:07 +0000 Subject: Update Statistic table in Correlation Scatterplot --- wqflask/wqflask/templates/corr_scatterplot.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/wqflask/wqflask/templates/corr_scatterplot.html b/wqflask/wqflask/templates/corr_scatterplot.html index 05891c95..b4525718 100644 --- a/wqflask/wqflask/templates/corr_scatterplot.html +++ b/wqflask/wqflask/templates/corr_scatterplot.html @@ -136,13 +136,16 @@
- +
+ + + - - - - - + + + + +
StatisticValue
Number {{jsdata.num_overlap}}
Slope {{'%0.3f' % jsdata.slope}}
Intercept {{'%0.3f' % jsdata.intercept}}
R value {{'%0.3f' % jsdata.r_value}}
P value {{'%0.3e' % jsdata.p_value}}
Number {{jsdata.num_overlap}}
Slope {{'%0.3f' % jsdata.slope}}
Intercept {{'%0.3f' % jsdata.intercept}}
R value {{'%0.3f' % jsdata.r_value}}
P value {{'%0.3e' % jsdata.p_value}}
-- cgit v1.2.3