new tilt stack API and layer connectors#22
Draft
e-kotov wants to merge 24 commits into
Draft
Conversation
- Add tilt_stack(), tilt_layer(), and tilt_connector() for a pipeline-friendly API. - Implement automated spatial parameter resolution and 3D coordinate math. - Implement automated connector line generation with 3D occlusion. - Add smart auto-positioning for layer labels. - Add S3 print method for tilt_stack. - Integrate memoise for performance caching. - Add new primary vignette 'vignettes/layer.qmd'.
- Implement , , , , , and in and . - Update to resolve and apply these typography parameters to labels. - Improve logic to support both auto-alignment and user overrides. - Update documentation and with typography examples.
- Implement for connector lines in . - Add , , , and for top points. - Implement toggle to choose between 3D occlusion and foreground drawing. - Update to apply these aesthetics and support conditional interleaving.
…t and performance - Removed memoization from tilt_map to streamline processing. - Added `label_align` parameter to `tilt_stack` and `tilt_layer` for flexible label positioning. - Updated documentation to reflect changes in parameters and usage. - Enhanced connector handling in `tilt_connector` with new `linewidth` parameter. - Introduced tests for `tilt_stack`, `tilt_layer`, and `tilt_connector` to ensure functionality. - Deprecated `plot_tiltedmaps` in favor of `tilt_stack` for a more cohesive API. - Added SVG lifecycle graphics for package status representation.
…ngs for connector points
…ntation with examples
…mports; refactor tilt_maps for modern R syntax
… variables for parallel processing; enhance documentation in animate_tilt_stack
…ent variable setup; refactor global assignments in tilt_animate
- Added new parameters `sequential` and `verbose` to `animate_tilt_stack` for better control over animation behavior and progress messaging. - Updated `tilt_layer` documentation to include new parameters for label positioning and offsets. - Improved `tilt_stack` documentation with additional label alignment options and offsets. - Modified vignettes to demonstrate new features, including animations and custom transport routes. - Enabled evaluation in vignettes for dynamic content generation.
… improved performance
…ocessing; optmized parallel processing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will close #1 and #7 and also introduce a new layered streamlined user API.
Example:
Work in progress, not for merging just yet.