From 53adc9c998cf2ae91382035a3a8b54677bcc1cf8 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Tue, 8 Mar 2022 22:36:01 +0300 Subject: add scree plot data --- wqflask/wqflask/templates/pca_scree_plot.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index 989cf103..5b8ab09e 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -54,6 +54,21 @@ const layout = { }, } + +const data = [{ + x: x_coord, + y: y_coord, + marker: { + + color: 'rgb(17, 157, 255)', + size: 5, + line: { + color: 'rgb(255, 0, 0)', + width: 3 + } + + } +}] -- cgit v1.2.3