From b07cd9d9321c93da7c4fdbefa1e6c6ebd121cb65 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 27 Jul 2022 18:11:35 +0000 Subject: Change some text/formatting for the Scree Plot --- wqflask/wqflask/templates/pca_scree_plot.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index a9a6e761..74eb2c15 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -9,7 +9,8 @@
- +

Scree Plot

+
Review more on scree plots.
@@ -21,19 +22,9 @@ let { x_coord, y_coord } = js_data["scree_data"] const layout = { - - title: { - text: "PCA Scree Plot", - font: { - "size": 24, - "family": "Arial", - "color": "#000000" - } - }, - yaxis: { title: { - text: "Percent of total variance %", + text: "% of Variance", font: { "size": 18, "color": "" @@ -44,7 +35,7 @@ const layout = { xaxis: { title: { - text: "PCA components", + text: "Principal Components", font: { "size": 18, "color": "" -- cgit v1.2.3