-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Removing direction constraint from geoms #3506
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
676f596
cursory study on geom_bar and geom_histogram
thomasp85 35514a7
Make direction detection much more granualated
thomasp85 9902e68
fix geom_col... There are some ambiguities here that should get discu…
thomasp85 697f9a6
refine direction detection
thomasp85 0a8c8cf
add geom_ribbon, geom_area, and geom_density
thomasp85 fd3fa77
Add errorbar
thomasp85 771042a
Fix warning
thomasp85 a1bc136
Add crossbar
thomasp85 1529852
clean up
thomasp85 91f0319
undo last changes
thomasp85 1584dfd
more alignment of approaches
thomasp85 a47b1e0
Add boxplot
thomasp85 dd21a62
add linerange and pointrange
thomasp85 4dbd9ad
add violin
thomasp85 a13ae07
add dodge
thomasp85 efcc999
Merge branch 'master' of https://github.com/tidyverse/ggplot2 into no…
thomasp85 acb29d8
Align approach across stats/geoms/positions
thomasp85 6ef79c5
Add remaining positions
thomasp85 6147ec8
fix crossbar/boxplot issues
thomasp85 f964e8f
imporved sniffing - allow geoms/stats to indicate features
thomasp85 f379f87
Add orientation parameter to stats and geoms
thomasp85 54183f1
Add line and smooth
thomasp85 4a58c3f
Allow required_aes to take two distinct sets of aesthetics using "|" …
thomasp85 f0518a9
fix sniffing if x and/or y are missing
thomasp85 2cbd1d4
bring back required_aes
thomasp85 68ebed4
revert style
thomasp85 7f5dad1
update aesthetic doc generation to recognise "|"
thomasp85 ca16b2c
Update docs to reflect orientation param etc
thomasp85 538db55
Merge branch 'master' of https://github.com/tidyverse/ggplot2 into no…
thomasp85 3784134
Fix aesthetic spliiting when required_aes is NULL
thomasp85 03b6318
Further refine sniffing to not break edge cases
thomasp85 57a09c3
put \emph{} outside code block
thomasp85 e6b41c4
Refine error reporting
thomasp85 4cdce8f
Don't pass in non-existing params variable
thomasp85 71542a6
Update docs and examples to show new orientation features
thomasp85 ff2c240
Fix expected errors in tests
thomasp85 ff7b19f
Fix typo in required aes
thomasp85 e39a9f9
geom_area is ambiguous
thomasp85 b701af7
Use # for comments (-‸ლ)
thomasp85 98786e7
stat_density can be used with both positions mapped
thomasp85 f805f18
fix docs
thomasp85 0bd3f52
Further tweaks to sniffing... a few layers has a continuous main axis
thomasp85 881ec19
Add stat_summary[_bin]()
thomasp85 1932acc
Test for correct orientation handling
thomasp85 64c1a01
export utilities for omnidirectionality
thomasp85 0430426
add section on how to create stats and geoms that handle two orientat…
thomasp85 5ba49d5
change name to bidirection
thomasp85 0854ee8
Better examples of has_flipped_aes() behaviour
thomasp85 f712e87
Merge branch 'master' of https://github.com/tidyverse/ggplot2 into no…
thomasp85 3e7ad39
hanging indent on params
thomasp85 c2f7a01
fix merge
thomasp85 6f0380c
Fix cross linking
thomasp85 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 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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.