A collection of changes for visual improvements#271
Open
ycl6 wants to merge 4 commits into
Open
Conversation
The original hjust and vjust work when `number.angles = 0`, however, the numbers rotated at 45- and 90-degree angle will become out of place above the bars. This commit adds the ability to adjust hjust and vjust when other angles (between 0 and 90) are used.
This commit update all instances of the now deprecated `aes_string()` with `aes()`. Also, the `linewidth` argument is used in place of `size` to set the widths of lines in ggplot.Z
Author
|
To install this patch, you can use the or |
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 PR makes the following changes to the current code base
number.anglesto specify the rotation of the number labels above the bars, angles between 0 and 90 will now place the number in a better position visually [Rotated bar labels off-center #70, number.angles error #78, Plot only n-way intersections, filter out empty intersections, number position above intersections #133]vjustis used to increase the set title (as specify bycolumn) above the heatmap when incorporating set metadataplot_limsis changed to factor to that the boxplot can be properly aligned [Boxplot not align with the main plot #195]aes_stringfunction and wrong use ofsizeto specify line widths [updates for ggplot2 upgrade? #270]On [1], these are the plots before the changes
On [1], these are the plots after the changes