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

Add Count stat #3086

Merged
merged 4 commits into from
Oct 16, 2022
Merged

Add Count stat #3086

merged 4 commits into from
Oct 16, 2022

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Oct 16, 2022

This is like Hist, but simpler and potentially more obvious:

(
    so.Plot(tips, "size", color="time")
    .add(so.Bar(), so.Count(), so.Dodge())
)

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #3086 (c0e67ed) into master (a02b6bf) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3086   +/-   ##
=======================================
  Coverage   98.39%   98.39%           
=======================================
  Files          74       74           
  Lines       23768    23802   +34     
=======================================
+ Hits        23387    23421   +34     
  Misses        381      381           
Impacted Files Coverage Δ
seaborn/_stats/aggregation.py 97.50% <ø> (ø)
seaborn/_stats/counting.py 100.00% <100.00%> (ø)
seaborn/distributions.py 96.35% <100.00%> (ø)
seaborn/objects.py 100.00% <100.00%> (ø)
tests/_stats/test_counting.py 100.00% <100.00%> (ø)

@mwaskom mwaskom merged commit 95dc377 into master Oct 16, 2022
@mwaskom mwaskom deleted the stat/count branch October 16, 2022 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant