aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/javascript/draw_corr_scatterplot.js
AgeCommit message (Expand)Author
2024-09-18Make all code related to Spearman Rank scatterplot conditional on not being a...zsloan
2024-09-18Increase scatterplot tick lengthzsloan
2024-09-17Don't set number/format of ticks for Y-Axis•••Now that there's a flag for whether a plot is an Effect Size plot, there's no need for this zsloan
2024-09-17Handle Effect Size plots on the scatterplot page•••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 zsloan
2023-12-29Namespace all modules under gn2.•••We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac