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

Optimizations improvements #54

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Optimizations improvements #54

merged 4 commits into from
Sep 5, 2024

Conversation

rsh52
Copy link
Contributor

@rsh52 rsh52 commented Sep 5, 2024

Description

This PR consolidates some code and makes some simple changes that reduce complexity. It also addresses a geom_swim_arrow() function and removes the need to get_mapping_obj() for geom_swim_label().

Proposed Changes

List changes below in bullet format:

  • Remove get_mapping_obj() in favor of inheritance check and modifyList()
  • Apply similar inheritance check and modifyList() in label and point functions
  • Rework arrow params in geom_swim_arrow()/GeomSwimArrow

Issue Addressed

Closes #48

@rsh52 rsh52 added bug Something isn't working enhancement New feature or request labels Sep 5, 2024
@rsh52 rsh52 self-assigned this Sep 5, 2024
@rsh52 rsh52 merged commit 9f7d53f into main Sep 5, 2024
9 checks passed
@rsh52 rsh52 deleted the optimizations-improvements branch September 5, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] geom_swim_arrow() Autofill and Data Inheritance
1 participant