-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add par2(lmar) option * Catch after par2 update * First stab at integrating fixed margins * clean up * Still testing, but better defaults * document * Fix first plot spacing - Need to set par(mar) margins first. - Also consolidate outer right and left code logic. - Clean up too. * clean up * Outer bottom and top * Adjust for sub if legend = "bottom!" * Better facet support with new legend spacing logic * Bump roxygen2 version * Tweak plot2 lmar * Legend fully in outer margin (incl. inside gap) * Better facet logic for consistency across facet types - Principled gaps between facets - Overall plot region matched to single (no facet) plot * Clean up old facet logic - Better internal comments too. * document * Fixed "left!" and "right!" insets * Fix "bottom!" and "top!" support * Better catch for recursive "top!" calls * update tests * Document par2 - Also add fmar to par2 options * Remove grid from par2 for the moment - Reinstate after this PR is finished * better catch for custom user mfrow cases * Update README and vignette * Add NEWS items * Bump version * Add more legend tests * Add lmar tests * Add more facet tests - Specifically 2 by x cases * Fix fmar bug when passed through facet.args * Add fmar tests * Fix wording about facet margins * export draw_legend and update namespace * Add README.qmd to .Rbuildignore * Tweak facet spacing logic for >=3 case (i.e., exception for 2x2 case) * Update tests and clean up * Better documentation of fmar spacing logic
- Loading branch information
1 parent
c7436cc
commit 2dcae14
Showing
129 changed files
with
15,026 additions
and
12,639 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
^\.Rproj\.user$ | ||
^_EXAMPLES$ | ||
^README\.Rmd$ | ||
^README\.qmd$ | ||
^README\.html$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
|
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.