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

Histogram fill #140

Merged
merged 3 commits into from
Feb 18, 2024
Merged

Histogram fill #140

merged 3 commits into from
Feb 18, 2024

Conversation

jiangyi15
Copy link
Owner

support fill_between for Hist1D

plt.fill_between(x, y, 0, facecolor="none", hatch="///")

in TFPWA Hist1D

Hist1D.draw_fill(facecolor="none", hatch="///")

hist1d_test1

Copy link

codecov bot commented Feb 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac14967) 77.96% compared to head (56ceea2) 78.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #140      +/-   ##
==========================================
+ Coverage   77.96%   78.01%   +0.05%     
==========================================
  Files         119      119              
  Lines       17967    17952      -15     
  Branches     3393     3380      -13     
==========================================
- Hits        14008    14006       -2     
+ Misses       3204     3198       -6     
+ Partials      755      748       -7     
Flag Coverage Δ
unittests 78.01% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jiangyi15 jiangyi15 merged commit 8225a1b into dev Feb 18, 2024
12 checks passed
@jiangyi15 jiangyi15 deleted the histogram_fill branch February 18, 2024 01:16
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.

1 participant