aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/corr_scatterplot.html
AgeCommit message (Collapse)Author
2024-09-26feat: Modify templates to extend from index_page.Alexander_Kabui
* This ensures we have the global search functionality included for all.
2024-09-17Handle Effect Size plots on the scatterplot pagezsloan
Added a new parameter to the scatterplot page ('effect') that causes the figures to be drawn differently. For example: - The plot width is different - Spearman Rank plot isn't displayed/generated - The number of X-axis ticks is explicitly set to 3, with no decimal places
2024-09-17Explicitly set width for scatterplot div so the X/Y-axis description text ↵zsloan
doesn't extend beyond the width of the plot itself
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.