From c8bae5fd3aec1247ece11ca11e8b55907f84a24a Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Wed, 13 May 2020 19:15:11 +0530 Subject: [PATCH] Minor change in docs (#24471) --- docs/sources/getting-started/intro-histograms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started/intro-histograms.md b/docs/sources/getting-started/intro-histograms.md index 7aaeec1b948..eeb2bd34096 100644 --- a/docs/sources/getting-started/intro-histograms.md +++ b/docs/sources/getting-started/intro-histograms.md @@ -24,7 +24,7 @@ most values land between 240-300 with a peak between 260-280. ![](/img/docs/v43/heatmap_histogram.png) -Histograms only look at _value distributions_ over a specific time range. The problem with histograms is you cannot see any trend or changes in the distribution over time. +Histograms only look at _value distributions_ over a specific time range. The problem with histograms is you cannot see any trends or changes in the distribution over time. This is where heatmaps become useful. ## Heatmaps