Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze distributions with histograms and heatmaps #2303

Open
liammclennan opened this issue Oct 28, 2024 · 0 comments
Open

Analyze distributions with histograms and heatmaps #2303

liammclennan opened this issue Oct 28, 2024 · 0 comments

Comments

@liammclennan
Copy link
Contributor

liammclennan commented Oct 28, 2024

A graphical view of the distribution of numbers can help show where most values are clustered and the presence of any high or low outliers. The standard visualization for distributions is the histogram, and the heatmap to view distributions over time (or any other dimension). Each column in a heatmap is equivalent to a histogram.

Add a 'Plot distribution' option to numeric properties to generate a historgram. A histogram can be generated for any query result with two columns if the second column is numeric. Read more about historgrams.

Add a 'Plot distribution over time' option to numeric properties to generate a heatmap. A heatmap can be generated for any query result with three columns if the third column is numeric. Read more about heatmaps.

Histogram

image
A histogram showing the distribution of @Elapsed values.

Heatmap

image

image
A heatmap of categorical data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant