Skip to content

Interpolate every position aesthetic when munching - #1105

Merged
has2k1 merged 1 commit into
mainfrom
fix-munch-position-aesthetics
Aug 12, 2026
Merged

Interpolate every position aesthetic when munching#1105
has2k1 merged 1 commit into
mainfrom
fix-munch-position-aesthetics

Conversation

@has2k1

@has2k1 has2k1 commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Path munching interpolated x and y but copied all other columns from each segment's starting point. Position aesthetics such as ymin and ymax also define geometry, so copying them made transformed ribbon edges step between observations.

Interpolate every position aesthetic present in the data so non-linear coordinates preserve ribbons and other interval-based geometry.

Path munching interpolated `x` and `y` but copied all other columns
from each segment's starting point. Position aesthetics such as `ymin` and
`ymax` also define geometry, so copying them made transformed ribbon edges
step between observations.

Interpolate every position aesthetic present in the data so non-linear
coordinates preserve ribbons and other interval-based geometry.
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.43%. Comparing base (eae2e41) to head (ebf5cb3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1105   +/-   ##
=======================================
  Coverage   87.43%   87.43%           
=======================================
  Files         210      210           
  Lines       14925    14926    +1     
  Branches     1890     1892    +2     
=======================================
+ Hits        13049    13050    +1     
  Misses       1300     1300           
  Partials      576      576           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@has2k1
has2k1 merged commit ebf5cb3 into main Aug 12, 2026
13 checks passed
@has2k1
has2k1 deleted the fix-munch-position-aesthetics branch August 12, 2026 13:46
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