Skip to content

Conversation

@ANAMASGARD
Copy link
Contributor

Fixes #268

This PR changes the default shape for geom_point from 19 to 21 to enable both color and fill aesthetics for more consistent static rendering.

Changes:

  • Added test case that currently fails (shape is 19, expects 21)
  • In the Next Commit :- Will fix the default_aes in R/geom-point.r

Test output showing failure:
Screenshot From 2025-10-26 14-39-34

@ANAMASGARD
Copy link
Contributor Author

The Test has passed locally , fix is working .

Screenshot From 2025-10-26 14-56-46

@codecov
Copy link

codecov bot commented Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.73%. Comparing base (8864bff) to head (e246e96).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #269   +/-   ##
=======================================
  Coverage   77.73%   77.73%           
=======================================
  Files         164      164           
  Lines        8788     8788           
  Branches      574      562   -12     
=======================================
  Hits         6831     6831           
  Misses       1957     1957           
Flag Coverage Δ
javascript 95.37% <ø> (ø)
r 69.53% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tdhock
Copy link
Collaborator

tdhock commented Oct 26, 2025

No obvious timing issues in HEAD=shape-21-default
Comparison Plot

Generated via commit e246e96

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 2 minutes and 32 seconds
Installing different package versions 29 seconds
Running and plotting the test cases 4 minutes and 16 seconds

Copy link
Collaborator

@tdhock tdhock left a comment

Choose a reason for hiding this comment

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

great thanks!
can you please increase version number in DESCRIPTION and add an item to NEWS?

@tdhock
Copy link
Collaborator

tdhock commented Oct 27, 2025

great thanks!

@tdhock tdhock merged commit bcff70a into master Oct 27, 2025
5 checks passed
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.

geom_point default shape should be 21

3 participants