geom_point_plus(), a fill+color point geom with a more distinguishable custom shape palette, plus the ability to add custom shapes viaadd_shape_plus().geom_jitter_plus(), a jittered wrapper aroundgeom_point_plus().theme_plus()for Universal Design-inspired ggplot2 defaults.gridlines_plus()andyaxis_title_plus()helpers for thoughtful gridlines on continuous scales only and horizontally oriented y-axis titles, respectively.scale_continuous_plus()for forcing labels near the endpoints of continuous scales.direct_labels_plus()for directly labeling point and line geometries as an alternative to a legend.scale_focus_plus()for using color to create a "focus mode" version of a graph to visually emphasize some groups and de-emphasize others.
direct_labels_plus()added as an experimental/trial feature.scale_focus_plus()added as an experimental/trial feature.- Coaching messages for plots with too many requested discrete colour, fill, or shape values for easy distinguishability.
- Coaching messages when scale titles appear to use raw column names instead of something potentially more human-readable.
- Added a session-level option,
ggplotplus.enable_coaching, to disable coaching messages globally. - Helper functions supporting use of
ggplotplusgraphs withcowplotandpatchwork. Seeggplotplus_to_*.