From 5e503fce28539f40968c1930733ef517d009dd06 Mon Sep 17 00:00:00 2001 From: Airen Zaldivar Date: Fri, 10 Jan 2025 14:37:11 -0600 Subject: [PATCH] Updated definition using comments from Karishma --- client/plots/sampleScatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/plots/sampleScatter.js b/client/plots/sampleScatter.js index f009841229..c0ebe65176 100644 --- a/client/plots/sampleScatter.js +++ b/client/plots/sampleScatter.js @@ -332,7 +332,7 @@ class Scatter { chartType: 'sampleScatter', settingsKey: 'showContour', title: - 'Shows the density of point clouds. If Z/Divide by is added with continous mode uses it to weight the points when calculating the density contours' + "Shows the density of point clouds. If 'Z/Divide by' is added in continous mode, it uses this to weight the points when calculating the density contours" } ] if (this.settings.showContour)