diff options
author | zsloan | 2022-05-19 20:53:39 +0000 |
---|---|---|
committer | zsloan | 2022-05-19 20:53:39 +0000 |
commit | a6e196e3c1f9af17d4f879a722d1c5f61b4d41ab (patch) | |
tree | 327b19d354083b981ece02b98a003dd4afeed1fe /wqflask | |
parent | f0b40c40f275383609b2aaaf66a718daf138353a (diff) | |
download | genenetwork2-a6e196e3c1f9af17d4f879a722d1c5f61b4d41ab.tar.gz |
Change Pca to PCA
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/pca_scree_plot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/pca_scree_plot.html b/wqflask/wqflask/templates/pca_scree_plot.html index 11bfebff..a9a6e761 100644 --- a/wqflask/wqflask/templates/pca_scree_plot.html +++ b/wqflask/wqflask/templates/pca_scree_plot.html @@ -23,7 +23,7 @@ let { x_coord, y_coord } = js_data["scree_data"] const layout = { title: { - text: "<b>Pca Scree Plot</b>", + text: "<b>PCA Scree Plot</b>", font: { "size": 24, "family": "Arial", |