Kanaries / Kanaries/pygwalker

Histogram by percentage (but not by absolute value)

Open
#488 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16k
Forks
889
PR merge metrics
No merged PRs in 30d

Description

As a data scientist, very often I make many histogram plots by many dimensions.
I often compare distributions with each other by looking at side-by-side histograms, but aligning them by percentage - same as
https://seaborn.pydata.org/generated/seaborn.histplot.html
stat = probability or proportion: normalize such that bar heights sum to 1

But in your case this is problematic:
![image](https://github.com/Kanaries/pygwalker/assets/8807043/0f5c2f85-e747-4d49-8597-47db75134046)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.