-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Axes at interior panels #4064 #4467
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
59850ac
Merge pull request #1 from tidyverse/master
teunbrand 8d98452
Add axis drawing to fixed scale facet_wrap
teunbrand b486e7f
Add draw.axis argument to facet_grid
teunbrand f4b3ece
Switch to facet_wrap approach when drawing additional axis in facet_grid
teunbrand a0984fe
Document draw.axis argument
teunbrand 16995f7
Add unit tests for draw.axes
teunbrand a7def9a
Sync with tidyverse master
teunbrand 465596b
resolve conflict
teunbrand 5ee44e9
Merge branch 'tidyverse-master' into facet_axes
teunbrand 5006c53
Resolve merge conflict
teunbrand c97778e
Rename user-facing argument to 'axes'
teunbrand de88a18
Resolve merge
teunbrand 2b25dcd
Sync latest changes
teunbrand 24b7be0
Mechanism for label suppression
teunbrand f00d02d
censoring for wrap
teunbrand 72d5508
Label censoring for grid
teunbrand ce77b7a
Test censoring logic
teunbrand 574785c
Label censoring for wrap
teunbrand 432c603
Test logic for wrap censoring
teunbrand 7aa2d16
Visual test for censoring
teunbrand d6119b1
Add NEWS bullet
teunbrand 3e9a0a2
Merge branch 'main' into facet_axes
teunbrand 4d0c896
Fix merge conflict
teunbrand 3970cad
Better panel spacing with empty panels
teunbrand 3cc697d
resolve merge conflict
teunbrand 925edf7
Only draw first in stack
teunbrand 313bd89
Funnel radial r-axis through CoordCartesian
teunbrand 1f19415
Fix order of theta grobs
teunbrand c629845
use dot.case instead of snake_case for argument
teunbrand 214dda5
use dot.case instead of snake_case for argument
teunbrand 441190c
Merge branch 'facet_axes' of https://github.com/teunbrand/ggplot2 int…
teunbrand 7d950f7
Merge branch 'main' into facet_axes
teunbrand ed56066
More snake_case to dot.case conversions
teunbrand 1a05cf2
Merge branch 'facet_axes' of https://github.com/teunbrand/ggplot2 int…
teunbrand 5d2b39c
New args before deprecated args
teunbrand 63c4368
add examples
teunbrand 2501629
Merge branch 'main' into facet_axes
teunbrand 74993a8
add `weave_axes` helper
teunbrand 33a1d6b
use helper
teunbrand 657356d
Merge branch 'main' into facet_axes
teunbrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps add an example showing the new functionality