aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorAlexander Kabui2022-03-08 22:09:30 +0300
committerBonfaceKilz2022-03-14 19:55:33 +0300
commit7d72d83b201d4ea5010582048aca8dc817f2e56e (patch)
treebad247ecd1ef97e61196a55d99582d1ad7093d58 /wqflask
parent3491702ea309aa7cd897c07d6ce8e87eb51cbf46 (diff)
downloadgenenetwork2-7d72d83b201d4ea5010582048aca8dc817f2e56e.tar.gz
init scree plot template
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/pca_scree_plot.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html
new file mode 100644
index 00000000..0859a349
--- /dev/null
+++ b/wqflask/wqflask/templates/pca_scree_plot.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title></title>
+</head>
+<body>
+
+ <div>
+ pca scree plot
+ </div>
+
+</body>
+</html>