Skip to content

fix pit histogram plot in #240#247

Merged
nikosbosse merged 3 commits intomasterfrom
fix-pit-histograms
Oct 9, 2022
Merged

fix pit histogram plot in #240#247
nikosbosse merged 3 commits intomasterfrom
fix-pit-histograms

Conversation

@nikosbosse
Copy link
Copy Markdown
Collaborator

@sbfnk can you please have a quick look to confirm that this is correct now?

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 18, 2022

Codecov Report

Merging #247 (477ffb7) into master (0db6f52) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 477ffb7 differs from pull request most recent head dfd52e4. Consider uploading reports for the commit dfd52e4 to get more accurate results

@@           Coverage Diff           @@
##           master     #247   +/-   ##
=======================================
  Coverage   91.32%   91.32%           
=======================================
  Files          22       22           
  Lines        1361     1361           
=======================================
  Hits         1243     1243           
  Misses        118      118           
Impacted Files Coverage Δ
R/plot.R 97.96% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Copy Markdown
Contributor

@sbfnk sbfnk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, looks much better!

R/plot.R Outdated
aes(x = pit_value)
) +
geom_histogram(aes(y = stat(count) / sum(count)),
geom_histogram(aes(y = stat(width*density)),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks good but really should have a space around the *

@sbfnk
Copy link
Copy Markdown
Contributor

sbfnk commented Sep 16, 2022

You should add a news item, too (with a new version 1.0.0.2000).

@nikosbosse nikosbosse merged commit 15e5af1 into master Oct 9, 2022
@nikosbosse nikosbosse deleted the fix-pit-histograms branch October 9, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants