Changelog
Source:NEWS.md
ggguides 1.1.2
Bug Fixes
- Fixed
get_legend()returning empty grob with ggplot2 3.5.0+ (guide-box naming changed to position-specific names like “guide-box-right”)
ggguides 1.1.0
CRAN Submission
- Added
@returndocumentation to all S3 methods (ggplot_add, print, plot, and ggplotGrob methods) - Changed
\dontrun{}to\donttest{}in examples that require suggested packages
Documentation
legend_keys(): Added detailed documentation explaining how to use filled shapes (21-25) with different outline/fill color combinations. Clarified that “colored fill with black outline” requires mapping bothcolorandfillaesthetics in the original plot (#1).Added new example showing correct usage for colored fills with black outlines.